Partager via


ICtiControl.HoldCall(CtiCommandRequest) Method

Definition

Holds the call identified by the CallID

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

Parameters

commandData
CtiCommandRequest

Specifies the call ID and additional command data.

Returns

True if the hold was successful, otherwise false.

Applies to