Share via


CtiHostedControl.SetCallVariable(CtiCommandRequest) Method

Definition

Sets a call state variable on the CTI object for the specified call.

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

Parameters

commandData
CtiCommandRequest

Specifies the call ID and Key / Value data in the additional params data.

Returns

True if the call state was successfully set, otherwise false.

Implements

Applies to