Compartir a través de


AgentDesktopSession Constructor (String, CustomerEntity)

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 instance As New AgentDesktopSession(name, customer)

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    customer As CustomerEntity _
)
public AgentDesktopSession (
    string name,
    CustomerEntity customer
)
public:
AgentDesktopSession (
    String^ name, 
    CustomerEntity^ customer
)
public AgentDesktopSession (
    String name, 
    CustomerEntity customer
)
public function AgentDesktopSession (
    name : String, 
    customer : CustomerEntity
)

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.

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.