CtiCallStateManager.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 the call variables into a call.
public:
virtual 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
override this.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
Specifies the call reference ID
- callVars
- Dictionary<String,String>
Specifies the dictionary of name value pairs to set
Returns
true
if sucessfull, false if not
Implements
Remarks
This method also updates the call variable in the additional params array of the CallInfoDataStructure for the call. This method calls the SetCallVariable on the ICTI interface, passing in the native call ID and the dictionary.