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 AgentDesktopSession class.
Namespace: Microsoft.Uii.Desktop.SessionManager
Assembly: Microsoft.Uii.Desktop.SessionManager (in Microsoft.Uii.Desktop.SessionManager.dll)
Usage
'Usage
Dim name As String
Dim customer As CustomerEntity
Dim sessionId As Guid
Dim instance As New AgentDesktopSession(name, customer, sessionId)
Syntax
'Declaration
Public Sub New ( _
name As String, _
customer As CustomerEntity, _
sessionId As Guid _
)
public AgentDesktopSession (
string name,
CustomerEntity customer,
Guid sessionId
)
public:
AgentDesktopSession (
String^ name,
CustomerEntity^ customer,
Guid sessionId
)
public AgentDesktopSession (
String name,
CustomerEntity customer,
Guid sessionId
)
public function AgentDesktopSession (
name : String,
customer : CustomerEntity,
sessionId : Guid
)
Parameters
- name
Specifies the name of the Session
- customer
Specifies the customer object that contains information about the customer that this session was created for.
- sessionId
Specifies the session ID.
Remarks
Platforms
See Also
Reference
AgentDesktopSession Class
AgentDesktopSession Members
Microsoft.Uii.Desktop.SessionManager Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.