Reference Library
TransferCall Method (heldCall, activeCall, userState)
NamespacesAvaya.ApplicationEnablement.DMCCThirdPartyCallControllerTransferCall(ThirdPartyCallController..::.CallIdentifier, ThirdPartyCallController..::.CallIdentifier, Object)
Send a Transfer Call request to the server.
Declaration Syntax
C#Visual BasicVisual C++
Public Function TransferCall ( _
	heldCall As ThirdPartyCallController..::.CallIdentifier, _
	activeCall As ThirdPartyCallController..::.CallIdentifier, _
	userState As Object _
) As Integer
public:
virtual int TransferCall(
	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)