Reference Library
GetCallInformation Method (deviceIdAsString, userState)
NamespacesAvaya.ApplicationEnablement.DMCCICallInformationLinkGetCallInformation(String, Object)
Send a GetCallInformation request to the server.
Declaration Syntax
C#Visual BasicVisual C++
int GetCallInformation(
	string deviceIdAsString,
	Object userState
)
Function GetCallInformation ( _
	deviceIdAsString As String, _
	userState As Object _
) As Integer
int GetCallInformation(
	String^ deviceIdAsString, 
	Object^ userState
)
Parameters
deviceIdAsString (String)
The ID of the device that the request is for.
userState (Object)
Any object the application would like returned with the response.
Return Value
The Invoke ID of the XML message sent to the server.

Assembly: ServiceProvider (Module: ServiceProvider)