Click or drag to resize

NotificationTypes Enumeration

Indicates the type of notification being sent using a Notifier.

Namespace: GSF.Historian.Notifiers
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
[FlagsAttribute]
public enum NotificationTypes
Members
Member nameValueDescription
Unknown0 Notification is of unknown type.
Information1 Notification is informational in nature.
Warning2 Notification is being sent to report a warning.
Alarm4 Notification is being sent to report an alarm.
Heartbeat8 Notification is being sent to report activity.
See Also