PackagedSession Class
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.
Represents the container for session that is being packaged for storage.
public ref class PackagedSession sealed
public sealed class PackagedSession
type PackagedSession = class
Public NotInheritable Class PackagedSession
- Inheritance
-
PackagedSession
Remarks
It can be used as part of a session transfer or a backup recovery for crash avoidance.
Constructors
PackagedSession() |
Initializes a new instance of the PackagedSession class. |
Properties
Active |
Gets or sets a Boolean value that specifies whether the session is active at the time of save. |
CustomerRecord |
Gets or sets the customer record . |
FocusedHostControlId |
Gets or sets the focused host control ID. |
Id |
Gets or sets the ID of the session. |
Name |
Gets or sets the name of the session. |
PackagedControls |
Gets or sets the hosted controls that were running at the time. |
SessionContext |
Gets or sets the current session context. |
StartTime |
Gets or sets the date time when the session was started. |
WorkflowConfig |
Gets or sets the workflow configuration. |