Reference Library
GetAcdSplitResponseHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCGetAcdSplitResponseHandler
Delegate for a response to a GetAcdSplit request

Supported in: 6.1.0

Declaration Syntax
C#Visual BasicVisual C++
public delegate void GetAcdSplitResponseHandler(
	Object sender,
	ThirdPartyCallController..::..GetAcdSplitResponseArgs e
)
Public Delegate Sub GetAcdSplitResponseHandler ( _
	sender As Object, _
	e As ThirdPartyCallController..::..GetAcdSplitResponseArgs _
)
public delegate void GetAcdSplitResponseHandler(
	Object^ sender, 
	ThirdPartyCallController..::..GetAcdSplitResponseArgs^ e
)
Parameters
sender (Object)
Object who sent this message
e (ThirdPartyCallController..::..GetAcdSplitResponseArgs)
Parameters associated with this response.

Assembly: ServiceProvider (Module: ServiceProvider)