Partager via


Sessions Constructors

Definition

Overloads

Sessions(Boolean)

Initializes a new instance of the Sessions class.

Sessions(Boolean, Int32)

Initializes a new instance of the Sessions class.

Sessions(Boolean)

Initializes a new instance of the Sessions class.

protected:
 Sessions(bool useMultipleSessions);
protected Sessions (bool useMultipleSessions);
new Microsoft.Uii.Csr.Sessions : bool -> Microsoft.Uii.Csr.Sessions
Protected Sub New (useMultipleSessions As Boolean)

Parameters

useMultipleSessions
Boolean

True if multiple sessions are allowed; otherwise false.

Applies to

Sessions(Boolean, Int32)

Initializes a new instance of the Sessions class.

protected:
 Sessions(bool useMultipleSessions, int maxNumberOfSessions);
protected Sessions (bool useMultipleSessions, int maxNumberOfSessions);
new Microsoft.Uii.Csr.Sessions : bool * int -> Microsoft.Uii.Csr.Sessions
Protected Sub New (useMultipleSessions As Boolean, maxNumberOfSessions As Integer)

Parameters

useMultipleSessions
Boolean

True if multiple sessions are allowed; otherwise false.

maxNumberOfSessions
Int32

Specifies the maximum number of sessions allowed.

Applies to