The AlertListener type exposes the following members.

Constructors

  NameDescription
Public methodAlertListener
Initializes a new instance of the AlertListener class.

Methods

  NameDescription
Public methodChangeWatchedAlerts
Synchronous request to change the watched alert filters.
Public methodChangeWatchedAlertsAsync
Asynchronous request to change the watched alert filters.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAlertNotifications(AlertSet)
Gets the available alert notifications for an AlertSet.
Public methodGetAlertNotifications(StatisticKey)
Gets the alert notifications for a StatisticKey.
Public methodGetFilterKeys
Gets the watched Alert Filter Keys.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsWatching
Determines whether this instance is watching.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStartWatching
Synchronous request to start watching alert filters.
Public methodStartWatchingAsync
Asynchronous request to start watching alert filters.
Public methodStopWatching
Synchronous request to stop watching alert filters.
Public methodStopWatchingAsync
Asynchronous request to stop watching alert filters.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Events

  NameDescription
Public eventAlertChanged
Occurs as a result of catalog change on an alert we are listening too.
Public eventAlertReceived
Occurs when the listener receives alert notifications.

See Also