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