Reference Library
OnServerConnectionDownEvent Event
NamespacesAvaya.ApplicationEnablement.DMCCServiceProviderOnServerConnectionDownEvent
Handler for Server Connection Down events.
Declaration Syntax
C#Visual BasicVisual C++
public event ServerConnectionDownEventHandler OnServerConnectionDownEvent
Public Event OnServerConnectionDownEvent As ServerConnectionDownEventHandler
public:
virtual  event ServerConnectionDownEventHandler^ OnServerConnectionDownEvent {
	void add (ServerConnectionDownEventHandler^ value);
	void remove (ServerConnectionDownEventHandler^ value);
}

Assembly: ServiceProvider (Module: ServiceProvider)