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

Assembly: ServiceProvider (Module: ServiceProvider)