The AlertListener type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AlertListener |
Initializes a new instance of the AlertListener class.
|
Methods
| Name | Description | |
|---|---|---|
| ChangeWatchedAlerts |
Synchronous request to change the watched alert filters.
| |
| ChangeWatchedAlertsAsync |
Asynchronous request to change the watched alert filters.
| |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetAlertNotifications(AlertSet) |
Gets the available alert notifications for an AlertSet.
| |
| GetAlertNotifications(StatisticKey) |
Gets the alert notifications for a StatisticKey.
| |
| GetFilterKeys |
Gets the watched Alert Filter Keys.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsWatching |
Determines whether this instance is watching.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| StartWatching |
Synchronous request to start watching alert filters.
| |
| StartWatchingAsync |
Asynchronous request to start watching alert filters.
| |
| StopWatching |
Synchronous request to stop watching alert filters.
| |
| StopWatchingAsync |
Asynchronous request to stop watching alert filters.
| |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Events
| Name | Description | |
|---|---|---|
| AlertChanged |
Occurs as a result of catalog change on an alert we are listening too.
| |
| AlertReceived |
Occurs when the listener receives alert notifications.
|