Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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