HostedApplicationAdapter.SessionChange Method

Called by UII whenever the session changes. Only happens for global applications.

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

Usage

'Usage
Dim instance As HostedApplicationAdapter
Dim activate As Boolean
Dim stateXml As String

instance.SessionChange(activate, stateXml)

Syntax

'Declaration
Public Overridable Sub SessionChange ( _
    activate As Boolean, _
    ByRef stateXml As String _
)
public virtual void SessionChange (
    bool activate,
    ref string stateXml
)
public:
virtual void SessionChange (
    bool activate, 
    String^% stateXml
)
public void SessionChange (
    boolean activate, 
    /** @ref */ String stateXml
)

Parameters

  • activate
    Contains a Boolean value that specifies whether the session is being activated or not.
  • stateXml
    Contains the state information. This information can be changed.

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

HostedApplicationAdapter Class
HostedApplicationAdapter Members
Microsoft.Uii.Csr Namespace

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