Share via


ISessionController.SessionOpen Method (Guid, Guid)

 

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

Called whenever the session is opened.. Only global applications receive this since 'local' applications don't need to know if their session is shown or not.

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

Syntax

bool SessionOpen(
    Guid sessionId,
    Guid applicationSessionId
)
Function SessionOpen (
    sessionId As Guid,
    applicationSessionId As Guid
) As Boolean

Parameters

  • sessionId
    Type: System.Guid

    ID of the session being opened.

  • applicationSessionId
    Type: System.Guid

    The initial application session ID.

Return Value

Type: System.Boolean

A boolean indicating success or failure.

See Also

ISessionController Interface
Microsoft.Uii.Csr Namespace

Return to top

Unified Service Desk 2.0

© 2017 Microsoft. All rights reserved. Copyright