Udostępnij za pośrednictwem


Session Constructor (String, Int32, Guid)

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 instance As New Session(name, callId, sessionId)

Syntax

'Declaration
Protected Sub New ( _
    name As String, _
    callId As Integer, _
    sessionId As Guid _
)
protected Session (
    string name,
    int callId,
    Guid sessionId
)
protected:
Session (
    String^ name, 
    int callId, 
    Guid sessionId
)
protected Session (
    String name, 
    int callId, 
    Guid sessionId
)
protected function Session (
    name : String, 
    callId : int, 
    sessionId : Guid
)

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.

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.