Partager via


CtiHostedControl.TransferCall(CtiCommandRequest) Method

Definition

Orders a call transfer Command

public:
 abstract bool TransferCall(Microsoft::Uii::Desktop::Cti::Core::CtiCommandRequest ^ commandData);
public abstract bool TransferCall (Microsoft.Uii.Desktop.Cti.Core.CtiCommandRequest commandData);
abstract member TransferCall : Microsoft.Uii.Desktop.Cti.Core.CtiCommandRequest -> bool
Public MustOverride Function TransferCall (commandData As CtiCommandRequest) As Boolean

Parameters

commandData
CtiCommandRequest

Specifies the call ID and additional command data.

Returns

True if the call was successfully transferred, otherwise false.

Implements

Applies to