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 EvaluateAllAlertsAsync method finishes.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly: AlertFramework (in AlertFramework.dll)
Syntax
public event EventHandler<EvaluateAlertsCompletedEventArgs> EvaluateAllAlertsCompleted
public:
event EventHandler<EvaluateAlertsCompletedEventArgs^>^ EvaluateAllAlertsCompleted {
void add(EventHandler<EvaluateAlertsCompletedEventArgs^>^ value);
void remove(EventHandler<EvaluateAlertsCompletedEventArgs^>^ value);
}
Public Event EvaluateAllAlertsCompleted As EventHandler(Of EvaluateAlertsCompletedEventArgs)
See Also
LocalAlertManager Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top