ICtiCallStateManager.SetCallVariables Method
Namespace: Microsoft.Uii.Desktop.Cti.Core
Assembly: Microsoft.Uii.Desktop.Cti.Core (in Microsoft.Uii.Desktop.Cti.Core.dll)
Usage
'Usage
Dim instance As ICtiCallStateManager
Dim ctiCallRefCallId As Guid
Dim callVars As Dictionary(Of String, String)
Dim returnValue As Boolean
returnValue = instance.SetCallVariables(ctiCallRefCallId, callVars)
Syntax
'Declaration
Function SetCallVariables ( _
ctiCallRefCallId As Guid, _
callVars As Dictionary(Of String, String) _
) As Boolean
bool SetCallVariables (
Guid ctiCallRefCallId,
Dictionary<string,string> callVars
)
bool SetCallVariables (
Guid ctiCallRefCallId,
Dictionary<String^, String^>^ callVars
)
boolean SetCallVariables (
Guid ctiCallRefCallId,
Dictionary<String,String> callVars
)
function SetCallVariables (
ctiCallRefCallId : Guid,
callVars : Dictionary<String,String>
) : boolean
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
ICtiCallStateManager Interface
ICtiCallStateManager Members
Microsoft.Uii.Desktop.Cti.Core Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.