次の方法で共有


AlertSynchProviderClient.ConnectionOpened Event

 

Represents the event that is raised when the connection to the Alert Provider is opened.

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

Syntax

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

Remarks

The client computer tries to reconnect when the connection is dropped. It is recommended to listen for an Open event and run SynchronizeAlerts with the Evaluate value of TaskType when the connection is re-established.

See Also

AlertSynchProviderClient Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace

Return to top