Partager via


CtiHostedControl.PickupCall(CtiCommandRequest) Method

Definition

Picks a call up from hold.

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

Parameters

commandData
CtiCommandRequest

Specifies the call ID and additional command data.

Returns

True if the call was successfully picked up from hold, otherwise false.

Implements

Applies to