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