Sessions.SetActiveSession Method

Sets the session whose ID is given to be the active one and updates the UI as needed.

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

Usage

'Usage
Dim instance As Sessions
Dim sessionId As Guid

instance.SetActiveSession(sessionId)

Syntax

'Declaration
Public Overridable Sub SetActiveSession ( _
    sessionId As Guid _
)
public virtual void SetActiveSession (
    Guid sessionId
)
public:
virtual void SetActiveSession (
    Guid sessionId
)
public void SetActiveSession (
    Guid sessionId
)
public function SetActiveSession (
    sessionId : Guid
)

Parameters

  • sessionId
    Specifies the session ID of the session to set active.

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

Sessions Class
Sessions Members
Microsoft.Uii.Csr Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.