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