Reference Library
GetCallInformationResponseHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCGetCallInformationResponseHandler
Delegate for handling the response to a GetCallInformation request.
Declaration Syntax
C#Visual BasicVisual C++
public delegate void GetCallInformationResponseHandler(
	Object sender,
	CallInformationLink..::..GetCallInformationResponseArgs e
)
Public Delegate Sub GetCallInformationResponseHandler ( _
	sender As Object, _
	e As CallInformationLink..::..GetCallInformationResponseArgs _
)
public delegate void GetCallInformationResponseHandler(
	Object^ sender, 
	CallInformationLink..::..GetCallInformationResponseArgs^ e
)
Parameters
sender (Object)
Object who fired the response.
e (CallInformationLink..::..GetCallInformationResponseArgs)
Data associated with the response.

Assembly: ServiceProvider (Module: ServiceProvider)