AlertSynchProviderClient.ConnectionClosed Event
Represents the event that is raised when the connection to the Alert Provider is closed.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly: AlertFramework (in AlertFramework.dll)
Syntax
public event EventHandler<EventArgs> ConnectionClosed
public:
event EventHandler<EventArgs^>^ ConnectionClosed {
void add(EventHandler<EventArgs^>^ value);
void remove(EventHandler<EventArgs^>^ value);
}
Public Event ConnectionClosed As EventHandler(Of EventArgs)
See Also
AlertSynchProviderClient Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top