Op Englesch liesen

Deelen iwwer


Sessions.AddSession Method

Definition

Overloads

AddSession(String, Int32, Object)

Add a new session to the UII desktop.

AddSession(String, Int32, Object, Guid)

Adds a new session to the UII desktop

AddSession(String, Int32, Object)

Add a new session to the UII desktop.

C#
public virtual Microsoft.Uii.Csr.Session AddSession(string name, int callId, object customer);

Parameters

name
String

the name for the session, usually the customer's name

callId
Int32

-1 if no call

customer
Object

The customer object to attach to the session.

Returns

The new session object.

Applies to

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

AddSession(String, Int32, Object, Guid)

Adds a new session to the UII desktop

C#
public virtual Microsoft.Uii.Csr.Session AddSession(string name, int callId, object customer, Guid sessionId);

Parameters

name
String

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

callId
Int32

Specifies the call ID, -1 if no call

customer
Object

Specifies the customer object to attach to the session.

sessionId
Guid

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

Returns

The new session object.

Applies to

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