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.
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 instance As New Session(name, callId)
Syntax
'Declaration
Protected Sub New ( _
name As String, _
callId As Integer _
)
protected Session (
string name,
int callId
)
protected:
Session (
String^ name,
int callId
)
protected Session (
String name,
int callId
)
protected function Session (
name : String,
callId : int
)
Parameters
- name
The session name, usually the customer name.
- callId
The call ID associated with the session, -1 if no call.
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.