Share via


ICtiControl.WrapCall(CtiCommandRequest) Method

Definition

Wraps the call identified by the call ID.

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

Parameters

commandData
CtiCommandRequest

Specifies the call ID and additional command data.

Returns

True if the call was successfully wrapped, otherwise false.

Applies to