次の方法で共有


Alert.SuppressCompleted Event

 

Represents an event that occurs when the SuppressAsync method finishes.

Namespace:   Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly:  AlertFramework (in AlertFramework.dll)

Syntax

public event EventHandler<AsyncCompletedEventArgs> SuppressCompleted
public:
event EventHandler<AsyncCompletedEventArgs^>^ SuppressCompleted {
    void add(EventHandler<AsyncCompletedEventArgs^>^ value);
    void remove(EventHandler<AsyncCompletedEventArgs^>^ value);
}
Public Event SuppressCompleted As EventHandler(Of AsyncCompletedEventArgs)

See Also

Alert Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace

Return to top