Alert.EnumNotifications Method
Include Protected Members
Include Inherited Members
Enumerates a list of all notifications defined on the alert.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
EnumNotifications() | Enumerates a list of all notifications defined on the alert. | |
EnumNotifications(String) | Enumerates a list of notification methods defined on the alert that are restricted to the specified operator. | |
EnumNotifications(NotifyMethods) | Enumerates a list of notification methods defined on the alert that are restricted to the specified notification methods. | |
EnumNotifications(NotifyMethods, String) | Enumerates a list of notification methods defined on the alert that are restricted to the specified notification methods and a specified operator. |
Top