Contains classes and interfaces that allow standard and custom historian notifications about critical system events.
Declaration Syntax
C# | Visual Basic | Visual C++ |
namespace TVA.Historian.Notifiers
Namespace TVA.Historian.Notifiers
namespace TVA.Historian.Notifiers
Types
All Types | Classes | Interfaces | Enumerations |
Icon | Type | Description |
---|---|---|
EmailNotifier |
Represents a notifier that can send notifications in email messages.
| |
INotifier |
Defines a notifier that can process notification messages.
| |
NotificationTypes |
Indicates the type of notification being sent using a Notifier.
| |
NotifierBase |
Base class for a notifier that can process notification messages.
| |
Notifiers |
A class that loads all Notifier adapters.
|