ICtiCallStateManager.GetCallVariable(Guid, String) 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.
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.