NetworkAlertManager.RaiseNetworkAlertCompleted Event
Represents the event that occurs when the call to the RaiseNetworkAlertAsync method is complete.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly: AlertFramework (in AlertFramework.dll)
Syntax
public event EventHandler<RaiseAlertCompletedEventArgs> RaiseNetworkAlertCompleted
public:
event EventHandler<RaiseAlertCompletedEventArgs^>^ RaiseNetworkAlertCompleted {
void add(EventHandler<RaiseAlertCompletedEventArgs^>^ value);
void remove(EventHandler<RaiseAlertCompletedEventArgs^>^ value);
}
Public Event RaiseNetworkAlertCompleted As EventHandler(Of RaiseAlertCompletedEventArgs)
See Also
NetworkAlertManager Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top