LocalAlertManager.ClearLocalAlertCompleted Event
Represents an event that is raised when the ClearLocalAlertAsync method finishes.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly: AlertFramework (in AlertFramework.dll)
Syntax
public event EventHandler<AsyncCompletedEventArgs> ClearLocalAlertCompleted
public:
event EventHandler<AsyncCompletedEventArgs^>^ ClearLocalAlertCompleted {
void add(EventHandler<AsyncCompletedEventArgs^>^ value);
void remove(EventHandler<AsyncCompletedEventArgs^>^ value);
}
Public Event ClearLocalAlertCompleted As EventHandler(Of AsyncCompletedEventArgs)
See Also
LocalAlertManager Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top