Partager via


ICtiControl.RejectCall(CtiCommandRequest) Method

Definition

Rejects the call identified by the CallID

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

Parameters

commandData
CtiCommandRequest

Specifies the call ID and additional command data.

Returns

True if the call was rejected successfully, otherwise false.

Applies to