Partager via


NetworkAlertManager.GetAllNetworkAlertsCompleted Event

 

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