IDesktopUserActions.OpenSession(CustomerEntity, Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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