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