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.
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