Session Constructor (String, Int32, Guid, Boolean)

 

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

Session constructor.

Namespace:   Microsoft.Uii.Csr
Assembly:  Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)

Syntax

protected Session(
    string name,
    int callId,
    Guid sessionId,
    bool useContextProxy
)
Protected Sub New (
    name As String,
    callId As Integer,
    sessionId As Guid,
    useContextProxy As Boolean
)

Parameters

  • name
    Type: System.String

    The session name, usually the customer name.

  • callId
    Type: System.Int32

    The call ID associated with the session, -1 if no call.

  • sessionId
    Type: System.Guid

    Session ID to allow clients to specify the session ID explicitly.

  • useContextProxy
    Type: System.Boolean

    true to activate calls to the context web service to persist context changes

See Also

Session Overload
Session Class
Microsoft.Uii.Csr Namespace

Return to top

Unified Service Desk 2.0

© 2017 Microsoft. All rights reserved. Copyright