The AlertCatalog type exposes the following members.

Constructors

  NameDescription
Public methodAlertCatalog
Initializes a new instance of the AlertCatalog class.

Methods

  NameDescription
Public methodChangeWatch(IEnumerable<(Of <<'(AlertSet>)>>), IEnumerable<(Of <<'(AlertSet..::..Property>)>>))
Synchronous request to change the watched alert filters.
Public methodChangeWatch(AlertSetCategories, IEnumerable<(Of <<'(AlertSet..::..Property>)>>))
Synchronous request to change the watched alert filters.
Public methodChangeWatchAsync(IEnumerable<(Of <<'(AlertSet>)>>), IEnumerable<(Of <<'(AlertSet..::..Property>)>>), AsyncCompletedEventHandler, Object)
Asynchronous request to change the watched alert filters.
Public methodChangeWatchAsync(AlertSetCategories, IEnumerable<(Of <<'(AlertSet..::..Property>)>>), AsyncCompletedEventHandler, Object)
Asynchronous request to change the watched alert filters.
Public methodCreateAlertSet
Creates the alert set.
Public methodCreateAlertSetAsync
Updates the alert set asynchronously.
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 methodGetAlertDefinitions
Gets the alert definitions for a specific statistic key.
Public methodGetAlertSet
Gets the alert set.
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 methodGetWatchedAlertSets
Gets the watched alert sets.
Public methodGetWatchedOwnerDefaultAlertSet
Gets the owner's default alert set.
Public methodGetWatchedSharedAlertSets
Gets the watched shared alert sets.
Public methodIsWatching
Determines whether this instance is watching.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemoveAlertSet
Removes the alert set.
Public methodRemoveAlertSetAsync
Asynchronously removes the alert set.
Public methodStartWatching()()()()
Synchronous request to start watching alert filters.
Public methodStartWatching(IEnumerable<(Of <<'(AlertSet>)>>), IEnumerable<(Of <<'(AlertSet..::..Property>)>>))
Synchronous request to start watching alert filters.
Public methodStartWatching(AlertSetCategories, IEnumerable<(Of <<'(AlertSet..::..Property>)>>))
Synchronous request to start watching alert filters.
Public methodStartWatchingAsync(AsyncCompletedEventHandler, Object)
Asynchronous request to start watching the alert catalog.
Public methodStartWatchingAsync(IEnumerable<(Of <<'(AlertSet>)>>), IEnumerable<(Of <<'(AlertSet..::..Property>)>>), AsyncCompletedEventHandler, Object)
Asynchronous request to start watching the alert catalog.
Public methodStartWatchingAsync(AlertSetCategories, IEnumerable<(Of <<'(AlertSet..::..Property>)>>), AsyncCompletedEventHandler, Object)
Asynchronous request to start watching the alert catalog.
Public methodStopWatching
Stops watching the alert catalog.
Public methodStopWatchingAlertAdministrator
Stops the watching of the alert catalog that was started with Alert Administrator rights.
Public methodStopWatchingAlertAdministratorAsync
Asynchronously stops the watching of the alert catalog that was started with Alert Administrator rights.
Public methodStopWatchingAsync
Asynchronously stops watching the alert catalog.
Public methodSubscribe
Subscribes to the specified alert set.
Public methodSubscribeAsync
Asynchronously subscribes to the specified alert set.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodTransferOwnership
Transfers the ownership for the given alertSet.
Public methodTransferOwnershipAsync
Asynchronously transfers the ownership for the given alertSet.
Public methodUpdateAlertSet
Updates the alert set.
Public methodUpdateAlertSetAsync
Asynchronously updates the alert set.
Public methodUpdateSubscriptions
Updates the subscriptions for an AlertSet.
Public methodUpdateSubscriptionsAsync
Asynchronously updates the subscriptions for an AlertSet.

Events

  NameDescription
Public eventAlertCatalogChanged
Occurs when the alert catalog has changed.

See Also