ICtiControl.SetCallVariable(CtiCommandRequest) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets a call state variable on the CTI object for the specified call.
public:
bool SetCallVariable(Microsoft::Uii::Desktop::Cti::Core::CtiCommandRequest ^ commandData);
public bool SetCallVariable (Microsoft.Uii.Desktop.Cti.Core.CtiCommandRequest commandData);
abstract member SetCallVariable : Microsoft.Uii.Desktop.Cti.Core.CtiCommandRequest -> bool
Public 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
.