NetworkAlertManager Class

 

Represets the object that is used to manage network alerts.

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

System::Object
  Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework::AlertManager
    Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework::NetworkAlertManager

public ref class NetworkAlertManager : AlertManager

NameDescription
System_CAPS_pubmethodNetworkAlertManager()

Initializes a new instance of the NetworkAlertManager class.

System_CAPS_pubmethodNetworkAlertManager(Boolean)

Initializes a new instance of the NetworkAlertManager class with the specified Boolean value.

System_CAPS_pubmethodNetworkAlertManager(Boolean, SynchronizationContext^)

Initializes a new instance of the NetworkAlertManager class with the specified Boolean value and the specified synchronization object.

System_CAPS_pubmethodNetworkAlertManager(SynchronizationContext^)

Initializes a new instance of the NetworkAlertManager class with the specified synchronization object.

NameDescription
System_CAPS_pubpropertyAlertCollection

Gets a collection of alerts.(Inherited from AlertManager.)

System_CAPS_protpropertyAlertCollectionFilter

Gets and sets the alert collection filter.(Inherited from AlertManager.)

System_CAPS_pubpropertyConnected

Indicates whether the NetworkAlertManager is connected to the Alert Provider.

System_CAPS_pubpropertyConnectedToServer

Indicates whether the NetworkAlertManager object is connected to the server that is running the Alert Provider.

System_CAPS_protpropertyIsAlertsCollectionInSync

Gets and sets a value that determines if the aler collection is in sync.(Inherited from AlertManager.)

System_CAPS_pubpropertyProvidingNetworkAlerts

Indicates whether network alerts are being provided.

System_CAPS_pubpropertySettings

Gets the settings for the Network Alert Manager.

NameDescription
System_CAPS_pubmethodChangeSettings(INetworkAlertManagerSettings^)

Changes the settings for the Network Alert Manager.

System_CAPS_pubmethodConnect()

Connects to the local Alert Provider.

System_CAPS_pubmethodConnect(TimeSpan)

Connects the network alert manager to the alert provider service with the specified timeout period.

System_CAPS_pubmethodConnectAsync()

Asynchronously connects to the Alert Provider.

System_CAPS_pubmethodConnectAsync(TimeSpan)

Asynchronously connects to the Alert Provider, using the specified timeout.

System_CAPS_pubmethodDisconnect()

Disconnects the Network Alert Manager from the Alert Provider.

System_CAPS_pubmethodDispose()

Releases the resources used by the component.(Inherited from AlertManager.)

System_CAPS_protmethodDispose(Boolean)

Releases the unmanaged resources used by the NetworkAlertManager object and optionally releases the managed resources.(Overrides AlertManager::Dispose(Boolean).)

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.(Inherited from AlertManager.)

System_CAPS_protmethodGetAlert(AlertInfo^)

Creates an Alert object.(Overrides AlertManager::GetAlert(AlertInfo^).)

System_CAPS_pubmethodGetAllNetworkAlerts()

Returns a collection of the Alert objects that represents the active alerts on the network.

System_CAPS_pubmethodGetAllNetworkAlertsAsync()

Asynchronously returns a collection of Alert objects that represents the active alerts on the network.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetNetworkAlert(String^, String^, String^)

Returns an alert, if it is exists, for the specified feature and health definition that is defined on the network.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodHasNetworkAlertAccess()

Indicates whether the current user account is authorized to access the Network Alert Manager.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRaiseNetworkAlert(AlertInfo^)

Raises an alert with the specified information.

System_CAPS_pubmethodRaiseNetworkAlertAsync(AlertInfo^)

Asynchronously raises an alert with the specified information.

System_CAPS_protmethodRaiseTimeoutEvent()

Raises the timeout event.(Inherited from AlertManager.)

System_CAPS_protmethodRunOrPostToSynchronizationContext(Action^)

Attempts to post an action to under the synchronization context, unless there is no synchronization context is set.(Inherited from AlertManager.)

System_CAPS_protmethodRunOrSendToSynchronizationContext(Action^)

Attempts to send an action to under the synchronization context, unless there is no synchronization context is set.(Inherited from AlertManager.)

System_CAPS_protmethodStartHealthService(TimeSpan)

Attempts to start the service within the specified timeout window.(Inherited from AlertManager.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventConnectionClosed

Represents the event that occurs when the connection is closed.

System_CAPS_pubeventConnectionOpened

Represents the event that occurs when the connection is opened.

System_CAPS_pubeventConnectionTimeout

Represents the event that is raised when the connection times out.(Inherited from AlertManager.)

System_CAPS_pubeventGetAllNetworkAlertsCompleted

Represents the event that is raised when the GetAllNetworkAlertsAsync method finishes.

System_CAPS_pubeventRaiseNetworkAlertCompleted

Represents the event that occurs when the call to the RaiseNetworkAlertAsync method is complete.

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: