Share via


IContextManager.GenerateSessionName(CustomerEntity) Method

Definition

This method is called by Desktop during the initial creation of a session. This method is responsible for creating a session name for the session.

public:
 System::String ^ GenerateSessionName(Microsoft::Uii::Desktop::Core::CustomerEntity ^ customer);
public string GenerateSessionName (Microsoft.Uii.Desktop.Core.CustomerEntity customer);
abstract member GenerateSessionName : Microsoft.Uii.Desktop.Core.CustomerEntity -> string
Public Function GenerateSessionName (customer As CustomerEntity) As String

Parameters

customer
CustomerEntity

Specifies the customer record

Returns

Applies to