NetworkAlertManager Constructor ()
Initializes a new instance of the NetworkAlertManager class.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly: AlertFramework (in AlertFramework.dll)
Syntax
public NetworkAlertManager()
public:
NetworkAlertManager()
Public Sub New
Remarks
When the NetworkAlertManager connects, two events are raised between invoking the connection and fully entering the connected state. The ConnectionClosed event is raised first, then the ConnectionOpened event is raised when the network and local alert connections are acquired.
Examples
The following code example shows how to initialize an instance of the NetworkAlertManager class:
NetworkAlertManager networkAlertManager = new NetworkAlertManager();
See Also
NetworkAlertManager Overload
NetworkAlertManager Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top