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 AgentDesktopSessions class.
Namespace: Microsoft.Uii.Desktop.SessionManager
Assembly: Microsoft.Uii.Desktop.SessionManager (in Microsoft.Uii.Desktop.SessionManager.dll)
Usage
'Usage
Dim useMultipleSessions As Boolean
Dim maxNumberOfSessions As Integer
Dim instance As New AgentDesktopSessions(useMultipleSessions, maxNumberOfSessions)
Syntax
'Declaration
Public Sub New ( _
useMultipleSessions As Boolean, _
maxNumberOfSessions As Integer _
)
public AgentDesktopSessions (
bool useMultipleSessions,
int maxNumberOfSessions
)
public:
AgentDesktopSessions (
bool useMultipleSessions,
int maxNumberOfSessions
)
public AgentDesktopSessions (
boolean useMultipleSessions,
int maxNumberOfSessions
)
public function AgentDesktopSessions (
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
AgentDesktopSessions Class
AgentDesktopSessions Members
Microsoft.Uii.Desktop.SessionManager Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.