Reference Library
SingleStepTransferCall Method (activeCall, transferredTo, userState)
NamespacesAvaya.ApplicationEnablement.DMCCIThirdPartyCallControllerSingleStepTransferCall(ThirdPartyCallController..::.CallIdentifier, String, Object)
Send a Single Step Transfer Call request to the server.
Declaration Syntax
C#Visual BasicVisual C++
int SingleStepTransferCall(
	ThirdPartyCallController..::.CallIdentifier activeCall,
	string transferredTo,
	Object userState
)
Function SingleStepTransferCall ( _
	activeCall As ThirdPartyCallController..::.CallIdentifier, _
	transferredTo As String, _
	userState As Object _
) As Integer
int SingleStepTransferCall(
	ThirdPartyCallController..::.CallIdentifier^ activeCall, 
	String^ transferredTo, 
	Object^ userState
)
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)