AgentDesktopSessions Constructor (Boolean, Int32, Boolean)
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 useContextProxy As Boolean
Dim instance As New AgentDesktopSessions(useMultipleSessions, maxNumberOfSessions, useContextProxy)
Syntax
'Declaration
Public Sub New ( _
useMultipleSessions As Boolean, _
maxNumberOfSessions As Integer, _
useContextProxy As Boolean _
)
public AgentDesktopSessions (
bool useMultipleSessions,
int maxNumberOfSessions,
bool useContextProxy
)
public:
AgentDesktopSessions (
bool useMultipleSessions,
int maxNumberOfSessions,
bool useContextProxy
)
public AgentDesktopSessions (
boolean useMultipleSessions,
int maxNumberOfSessions,
boolean useContextProxy
)
public function AgentDesktopSessions (
useMultipleSessions : boolean,
maxNumberOfSessions : int,
useContextProxy : boolean
)
Parameters
- useMultipleSessions
True if multiple sessions are allowed, otherwise false.
- maxNumberOfSessions
Specifies the max number of sessions.
- useContextProxy
True if it uses context proxy, otherwise false.
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.