次の方法で共有


LocalAlertManager.GetAllLocalAlertsCompleted Event

 

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