Sessions Constructors
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sessions(Boolean) |
Initializes a new instance of the Sessions class. |
Sessions(Boolean, Int32) |
Initializes a new instance of the Sessions class. |
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
Dynamics 365 Unified Service Desk 3.0
Produkt | Versiounen |
---|---|
Dynamics 365 Unified Service Desk | 3.0 |
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
Dynamics 365 Unified Service Desk 3.0
Produkt | Versiounen |
---|---|
Dynamics 365 Unified Service Desk | 3.0 |