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