Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 maxNumberOfSessions As Integer
Dim instance As New Sessions(useMultipleSessions, maxNumberOfSessions)
Syntax
'Declaration
Protected Sub New ( _
useMultipleSessions As Boolean, _
maxNumberOfSessions As Integer _
)
protected Sessions (
bool useMultipleSessions,
int maxNumberOfSessions
)
protected:
Sessions (
bool useMultipleSessions,
int maxNumberOfSessions
)
protected Sessions (
boolean useMultipleSessions,
int maxNumberOfSessions
)
protected function Sessions (
useMultipleSessions : boolean,
maxNumberOfSessions : int
)
Parameters
- useMultipleSessions
True if multiple sessions are allowed; otherwise false.
- maxNumberOfSessions
Specifies the maximum number of sessions allowed.
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.