ICtiCallStateManager.SetCallVariables 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 Call Data items in the collection Calls a method in the ICTI interface.
public:
bool SetCallVariables(Guid ctiCallRefCallId, System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ callVars);
public bool SetCallVariables (Guid ctiCallRefCallId, System.Collections.Generic.Dictionary<string,string> callVars);
abstract member SetCallVariables : Guid * System.Collections.Generic.Dictionary<string, string> -> bool
Public Function SetCallVariables (ctiCallRefCallId As Guid, callVars As Dictionary(Of String, String)) As Boolean
Parameters
- ctiCallRefCallId
- Guid
Call ID to access information on
- callVars
- Dictionary<String,String>
Dictionary of Name value pairs to add to the Call Vars
Returns
true
if sucessfull, false if not