Packaged Session class

The class acts as a container for a session that is being packaged for storage. The class can be used for session transfer or for backup recovery to avoid a crash. The following figure shows the structure of the class:

Ee712781.f3e4f8b0-3eca-438b-b7af-31998872f788(en-us,MSDN.10).png


The following table describes the elements in the class:

Element

Description

PackagedSession

The constructor of the main class.

Active

A Boolean value that is True if the session is active.

CustomerRec

A customer object that holds the customer record for the session.

FocusedHostControlID

The property holds the ID of the hosted control that is currently in focus.

Id

The property holds the session ID.

Name

The property holds the session name.

PackagedControls

The object holds information about the packaged hosted control.

SessionContext

The property holds the context used by the session.

StartTime

A date time property that holds the session’s start timestamp.

WorkflowConfig

The object holds the configuration information about the session’s workflow configuration.



Show: