Del via


Sessions Constructor (Boolean)

Initializes a new instance of the Sessions class.

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

Usage

'Usage
Dim useMultipleSessions As Boolean

Dim instance As New Sessions(useMultipleSessions)

Syntax

'Declaration
Protected Sub New ( _
    useMultipleSessions As Boolean _
)
protected Sessions (
    bool useMultipleSessions
)
protected:
Sessions (
    bool useMultipleSessions
)
protected Sessions (
    boolean useMultipleSessions
)
protected function Sessions (
    useMultipleSessions : boolean
)

Parameters

  • useMultipleSessions
    True if multiple sessions are allowed; otherwise false.

Remarks

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.