Reference Library
SingleStepTransferCall Method (activeCall, transferredTo, userState)
NamespacesAvaya.ApplicationEnablement.DMCCThirdPartyCallControllerSingleStepTransferCall(ThirdPartyCallController..::.CallIdentifier, String, Object)
Send a Single Step Transfer Call request to the server.
Declaration Syntax
C#Visual BasicVisual C++
public int SingleStepTransferCall(
	ThirdPartyCallController..::.CallIdentifier activeCall,
	string transferredTo,
	Object userState
)
Public Function SingleStepTransferCall ( _
	activeCall As ThirdPartyCallController..::.CallIdentifier, _
	transferredTo As String, _
	userState As Object _
) As Integer
public:
virtual int SingleStepTransferCall(
	ThirdPartyCallController..::.CallIdentifier^ activeCall, 
	String^ transferredTo, 
	Object^ userState
) sealed
Parameters
activeCall (ThirdPartyCallController..::.CallIdentifier)
Connection Id of the Active Call
transferredTo (String)
The third party Device Id which represents the destination that you want the call to be transferred to.
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)