AgentDesktopSession Constructor (String, Int32, CustomerEntity, Boolean)
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 callId As Integer
Dim customer As CustomerEntity
Dim useContextProxy As Boolean
Dim instance As New AgentDesktopSession(name, callId, customer, useContextProxy)
Syntax
'Declaration
Public Sub New ( _
name As String, _
callId As Integer, _
customer As CustomerEntity, _
useContextProxy As Boolean _
)
public AgentDesktopSession (
string name,
int callId,
CustomerEntity customer,
bool useContextProxy
)
public:
AgentDesktopSession (
String^ name,
int callId,
CustomerEntity^ customer,
bool useContextProxy
)
public AgentDesktopSession (
String name,
int callId,
CustomerEntity customer,
boolean useContextProxy
)
public function AgentDesktopSession (
name : String,
callId : int,
customer : CustomerEntity,
useContextProxy : boolean
)
Parameters
- name
Specifies the name.
- callId
Specifies the call ID.
- customer
Specifies the customer object.
- useContextProxy
True if it uses context proxy, otherwise false.
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.