Reference Library
ConnectionClearedEventHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCConnectionClearedEventHandler
Message sent when the server notifies object that the call's connections have been cleared.
Declaration Syntax
C#Visual BasicVisual C++
public delegate void ConnectionClearedEventHandler(
	Object sender,
	ThirdPartyCallController..::..ConnectionClearedEventArgs e
)
Public Delegate Sub ConnectionClearedEventHandler ( _
	sender As Object, _
	e As ThirdPartyCallController..::..ConnectionClearedEventArgs _
)
public delegate void ConnectionClearedEventHandler(
	Object^ sender, 
	ThirdPartyCallController..::..ConnectionClearedEventArgs^ e
)
Parameters
sender (Object)
Object who fired the response.
e (ThirdPartyCallController..::..ConnectionClearedEventArgs)
Data associated with the event.

Assembly: ServiceProvider (Module: ServiceProvider)