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

Assembly: ServiceProvider (Module: ServiceProvider)