Op Englesch liesen

Deelen iwwer


Sessions.CreateSession Method

Definition

Overloads

CreateSession(String, Int32, Object)

Creates a session.

C#
protected abstract Microsoft.Uii.Csr.Session CreateSession(string name, int callId, object customer);

Parameters

name
String

Specifies the session name, frequently the customer's name.

callId
Int32

Specifies the callID, if the session is started via a call.

customer
Object

Specifies the customer object reference.

Returns

The session object created.

Applies to

Dynamics 365 Unified Service Desk 3.0
Produkt Versiounen
Dynamics 365 Unified Service Desk 3.0

CreateSession(String, Int32, Object, Guid)

Creates a session.

C#
protected abstract Microsoft.Uii.Csr.Session CreateSession(string name, int callId, object customer, Guid sessionId);

Parameters

name
String

Specifies the session name, usually, the customer's name.

callId
Int32

Specifies the callID, if the session is started via a call.

customer
Object

Specifies the customer object reference.

sessionId
Guid

Specifies the session ID to allow clients to specify the session ID explicitly.

Returns

The session object created.

Applies to

Dynamics 365 Unified Service Desk 3.0
Produkt Versiounen
Dynamics 365 Unified Service Desk 3.0