Session Constructor (String, Int32, Guid, Boolean)
Session constructor.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim name As String
Dim callId As Integer
Dim sessionId As Guid
Dim useContextProxy As Boolean
Dim instance As New Session(name, callId, sessionId, useContextProxy)
Syntax
'Declaration
Protected Sub New ( _
name As String, _
callId As Integer, _
sessionId As Guid, _
useContextProxy As Boolean _
)
protected Session (
string name,
int callId,
Guid sessionId,
bool useContextProxy
)
protected:
Session (
String^ name,
int callId,
Guid sessionId,
bool useContextProxy
)
protected Session (
String name,
int callId,
Guid sessionId,
boolean useContextProxy
)
protected function Session (
name : String,
callId : int,
sessionId : Guid,
useContextProxy : boolean
)
Parameters
- name
The session name, usually the customer name.
- callId
The call ID associated with the session, -1 if no call.
- sessionId
Session ID to allow clients to specify the session ID explicitly.
- useContextProxy
true to activate calls to the context web service to persist context changes
Remarks
Platforms
See Also
Reference
Session Class
Session Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.