AgentDesktopSessions.CreateSession Method

Definition

Overloads

CreateSession(String, Int32, Object)

Creates a new desktop session object.

CreateSession(String, Int32, Object, Guid)

Creates a new desktop session object

CreateSession(String, Int32, Object)

Creates a new desktop session object.

protected:
 override Microsoft::Uii::Csr::Session ^ CreateSession(System::String ^ name, int callId, System::Object ^ customer);
protected override Microsoft.Uii.Csr.Session CreateSession (string name, int callId, object customer);
override this.CreateSession : string * int * obj -> Microsoft.Uii.Csr.Session
Protected Overrides Function CreateSession (name As String, callId As Integer, customer As Object) As Session

Parameters

name
String

Specifies the session name.

callId
Int32

Depreciated, set to -1

customer
Object

Specifies the customer object that contains information about the customer.

Returns

The session object created.

Applies to

CreateSession(String, Int32, Object, Guid)

Creates a new desktop session object

protected:
 override Microsoft::Uii::Csr::Session ^ CreateSession(System::String ^ name, int callId, System::Object ^ customer, Guid sessionId);
protected override Microsoft.Uii.Csr.Session CreateSession (string name, int callId, object customer, Guid sessionId);
override this.CreateSession : string * int * obj * Guid -> Microsoft.Uii.Csr.Session
Protected Overrides Function CreateSession (name As String, callId As Integer, customer As Object, sessionId As Guid) As Session

Parameters

name
String

Specifies the session name

callId
Int32

Specifies the call ID..

customer
Object

Depreciated, set to -1

sessionId
Guid

Specifies the customer object that contains information about the customer.

Returns

The session object created.

Applies to