ICtiCallStateManager.GetCallVariable(Guid, String) Method

Definition

Gets the all variable.

public:
 System::String ^ GetCallVariable(Guid ctiCallRefCallId, System::String ^ key);
public string GetCallVariable (Guid ctiCallRefCallId, string key);
abstract member GetCallVariable : Guid * string -> string
Public Function GetCallVariable (ctiCallRefCallId As Guid, key As String) As String

Parameters

ctiCallRefCallId
Guid

Specifies the call reference ID.

key
String

Specifies the key.

Returns

Value of the key

Remarks

Required Override.

Applies to