Reference Library
RetrieveCall Method (callToBeRetrieved, userState)
NamespacesAvaya.ApplicationEnablement.DMCCThirdPartyCallControllerRetrieveCall(ThirdPartyCallController..::.CallIdentifier, Object)
Send a Retrieve Call request to the server.
Declaration Syntax
C#Visual BasicVisual C++
public int RetrieveCall(
	ThirdPartyCallController..::.CallIdentifier callToBeRetrieved,
	Object userState
)
Public Function RetrieveCall ( _
	callToBeRetrieved As ThirdPartyCallController..::.CallIdentifier, _
	userState As Object _
) As Integer
public:
virtual int RetrieveCall(
	ThirdPartyCallController..::.CallIdentifier^ callToBeRetrieved, 
	Object^ userState
) sealed
Parameters
callToBeRetrieved (ThirdPartyCallController..::.CallIdentifier)
The Connection ID of the call that you want to retrieve.
userState (Object)
The Invoke ID of the XML message sent to the server.
Return Value
The Invoke ID of the XML message sent to the server.

Assembly: ServiceProvider (Module: ServiceProvider)