次の方法で共有


IDesktopUserActions.OpenSession(CustomerEntity, Guid) Method

Definition

Creates a session in Desktop. It will create or open an existing session with customer data.

public:
 Microsoft::Uii::Csr::Session ^ OpenSession(Microsoft::Uii::Desktop::Core::CustomerEntity ^ customer, Guid callID);
public Microsoft.Uii.Csr.Session OpenSession (Microsoft.Uii.Desktop.Core.CustomerEntity customer, Guid callID);
abstract member OpenSession : Microsoft.Uii.Desktop.Core.CustomerEntity * Guid -> Microsoft.Uii.Csr.Session
Public Function OpenSession (customer As CustomerEntity, callID As Guid) As Session

Parameters

customer
CustomerEntity

Specifies the customer data to create this session with, can be NULL only for global session.

callID
Guid

Specifies the call ID of the CTI event that is requesting session creation. Can be NULL

Returns

Agent desktop Session

Applies to