Share via


CtiCallStateManager.SetCallVariables Method (Guid, Dictionary<String, String>)

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016

Sets the call variables into a call.

Namespace:   Microsoft.Uii.Desktop.Cti.Core
Assembly:  Microsoft.Uii.Desktop.Cti.Core (in Microsoft.Uii.Desktop.Cti.Core.dll)

Syntax

public bool SetCallVariables(
    Guid ctiCallRefCallId,
    Dictionary<string, string> callVars
)
Public Function SetCallVariables (
    ctiCallRefCallId As Guid,
    callVars As Dictionary(Of String, String)
) As Boolean

Parameters

  • ctiCallRefCallId
    Type: System.Guid

    Specifies the call reference ID

Return Value

Type: System.Boolean

true if sucessfull, false if not

Implements

ICtiCallStateManager.SetCallVariables(Guid, Dictionary<String, String>)

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.

See Also

CallInfoData
CtiCallStateManager Class
Microsoft.Uii.Desktop.Cti.Core Namespace

Return to top

Unified Service Desk 2.0

© 2017 Microsoft. All rights reserved. Copyright