Reference Library
ReconnectCall Method (heldCall, activeCall, userState)
NamespacesAvaya.ApplicationEnablement.DMCCThirdPartyCallControllerReconnectCall(ThirdPartyCallController..::.CallIdentifier, ThirdPartyCallController..::.CallIdentifier, Object)
Send a Reconnect Call request to the server.
Declaration Syntax
C#Visual BasicVisual C++
Public Function ReconnectCall ( _
	heldCall As ThirdPartyCallController..::.CallIdentifier, _
	activeCall As ThirdPartyCallController..::.CallIdentifier, _
	userState As Object _
) As Integer
public:
virtual int ReconnectCall(
	ThirdPartyCallController..::.CallIdentifier^ heldCall, 
	ThirdPartyCallController..::.CallIdentifier^ activeCall, 
	Object^ userState
) sealed
Parameters
heldCall (ThirdPartyCallController..::.CallIdentifier)
Connection Id of the Held Call
activeCall (ThirdPartyCallController..::.CallIdentifier)
Connection Id of the Active Call
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)