LocalAlertManager Constructor ()
Initializes a new instance of the LocalAlertManager class.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly: AlertFramework (in AlertFramework.dll)
Syntax
public LocalAlertManager()
public:
LocalAlertManager()
Public Sub New
Examples
The following code example shows how to create an instance of the LocalAlertManager class:
LocalAlertManager localAlertManager =
new LocalAlertManager();
See Also
LocalAlertManager Overload
LocalAlertManager Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top