Share 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.

C#
protected Sessions(bool useMultipleSessions);

Parameters

useMultipleSessions
Boolean

True if multiple sessions are allowed; otherwise false.

Applies to

Dynamics 365 Unified Service Desk 3.0
Product Versions
Dynamics 365 Unified Service Desk 3.0

Sessions(Boolean, Int32)

Initializes a new instance of the Sessions class.

C#
protected Sessions(bool useMultipleSessions, int maxNumberOfSessions);

Parameters

useMultipleSessions
Boolean

True if multiple sessions are allowed; otherwise false.

maxNumberOfSessions
Int32

Specifies the maximum number of sessions allowed.

Applies to

Dynamics 365 Unified Service Desk 3.0
Product Versions
Dynamics 365 Unified Service Desk 3.0