Reference Library
ServerConnectionNotActiveEventHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCServerConnectionNotActiveEventHandler
Delegate which represents the handler for the Server Connection Not Active Event
Declaration Syntax
C#Visual BasicVisual C++
public delegate void ServerConnectionNotActiveEventHandler(
	Object sender,
	ServiceProvider..::.ServerConnectionNotActiveEventArgs e
)
Public Delegate Sub ServerConnectionNotActiveEventHandler ( _
	sender As Object, _
	e As ServiceProvider..::.ServerConnectionNotActiveEventArgs _
)
public delegate void ServerConnectionNotActiveEventHandler(
	Object^ sender, 
	ServiceProvider..::.ServerConnectionNotActiveEventArgs^ e
)
Parameters
sender (Object)
Object who sent the message.
e (ServiceProvider..::.ServerConnectionNotActiveEventArgs)
Paramters associated with this particular callback.

Assembly: ServiceProvider (Module: ServiceProvider)