次の方法で共有


Alert.RepairCompleted Event

 

Represents an event that occurs when the RepairAsync finishes.

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

Syntax

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

See Also

Alert Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace

Return to top