Share via


IContextManager Interface

Definition

Represents a hosted control that will provide context management functions.

public interface class IContextManager
public interface IContextManager
type IContextManager = interface
Public Interface IContextManager
Derived

Methods

DesktopContextChange(Context)

This method is called by desktop during a context update to the desktop.

GenerateSessionName(CustomerEntity)

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.

RenewSession(Context)

Renews the session.

SetContext(CustomerEntity)

Sets the context.

Applies to