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