Del via


ApplicationHost.SessionChange Method

Handles changing sessions

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

Usage

'Usage
Dim instance As ApplicationHost
Dim active As Boolean
Dim sessionID As Guid

instance.SessionChange(active, sessionID)

Syntax

'Declaration
Public Overridable Sub SessionChange ( _
    active As Boolean, _
    sessionID As Guid _
)
public virtual void SessionChange (
    bool active,
    Guid sessionID
)
public:
virtual void SessionChange (
    bool active, 
    Guid sessionID
)
public void SessionChange (
    boolean active, 
    Guid sessionID
)
public function SessionChange (
    active : boolean, 
    sessionID : Guid
)

Parameters

  • active
    True if the event handlers of the current session should be redirected before notifying the applications of the session change, otherwise false.
  • sessionID
    Specifies the session ID that is changing.

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

ApplicationHost Class
ApplicationHost Members
Microsoft.Uii.Csr Namespace

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