AlertManager Class

 

Base class that contains the common operations used by the LocalAlertManager and NetworkAlertManager.

Namespace:   Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly:  AlertFramework (in AlertFramework.dll)


public ref class AlertManager abstract : IDisposable

NameDescription
System_CAPS_protmethodAlertManager(Boolean, SynchronizationContext^)

Creates a new instance of the AlertManager object, using the specified server client and sync context.

NameDescription
System_CAPS_pubpropertyAlertCollection

Gets a collection of alerts.

System_CAPS_protpropertyAlertCollectionFilter

Gets and sets the alert collection filter.

System_CAPS_protpropertyIsAlertsCollectionInSync

Gets and sets a value that determines if the aler collection is in sync.

NameDescription
System_CAPS_pubmethodDispose()

Releases the resources used by the component.

System_CAPS_protmethodDispose(Boolean)

Releases the unmanaged resources used by the AlertManager and optionally releases the managed resources.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_protmethodFirstOrDefaultAlert(Func<Alert^, Boolean>^)

A thread safe way to access find an alert in the alert collection.

System_CAPS_protmethodGetAlert(AlertInfo^)

Creates an Alert object.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodRaiseTimeoutEvent()

Raises the timeout event.

System_CAPS_protmethodRunOrPostToSynchronizationContext(Action^)

Attempts to post an action to under the synchronization context, unless there is no synchronization context is set.

System_CAPS_protmethodRunOrSendToSynchronizationContext(Action^)

Attempts to send an action to under the synchronization context, unless there is no synchronization context is set.

System_CAPS_protmethodStartHealthService(TimeSpan)

Attempts to start the service within the specified timeout window.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventConnectionTimeout

Represents the event that is raised when the connection times out.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: