Indicates the type of notification being sent using a Notifier.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[FlagsAttribute] public enum NotificationTypes
<FlagsAttribute> _ Public Enumeration NotificationTypes
[FlagsAttribute] public enum class NotificationTypes
Members
Member | Description |
---|---|
Unknown |
Notification is of unknown type.
|
Information |
Notification is informational in nature.
|
Warning |
Notification is being sent to report a warning.
|
Alarm |
Notification is being sent to report an alarm.
|
Heartbeat |
Notification is being sent to report activity.
|