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 is raised when the GetAllNetworkAlertsAsync method finishes.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly: AlertFramework (in AlertFramework.dll)
Syntax
public event EventHandler<GetAlertsCompletedEventArgs> GetAllNetworkAlertsCompleted
public:
event EventHandler<GetAlertsCompletedEventArgs^>^ GetAllNetworkAlertsCompleted {
void add(EventHandler<GetAlertsCompletedEventArgs^>^ value);
void remove(EventHandler<GetAlertsCompletedEventArgs^>^ value);
}
Public Event GetAllNetworkAlertsCompleted As EventHandler(Of GetAlertsCompletedEventArgs)
See Also
NetworkAlertManager Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top