Reference Library
HoldCallResponseHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCHoldCallResponseHandler
Delegate for a response to a HoldCall request
Declaration Syntax
C#Visual BasicVisual C++
public delegate void HoldCallResponseHandler(
	Object sender,
	ThirdPartyCallController..::..HoldCallResponseArgs e
)
Public Delegate Sub HoldCallResponseHandler ( _
	sender As Object, _
	e As ThirdPartyCallController..::..HoldCallResponseArgs _
)
public delegate void HoldCallResponseHandler(
	Object^ sender, 
	ThirdPartyCallController..::..HoldCallResponseArgs^ e
)
Parameters
sender (Object)
Object who sent this message
e (ThirdPartyCallController..::..HoldCallResponseArgs)
Parameters associated with this response.

Assembly: ServiceProvider (Module: ServiceProvider)