Class PackageSessionResult
Result returned when loading a session using Load(string, PackageLoadParameters)
public sealed class PackageSessionResult : LoggerResult, ILogger, IProgressStatus
- Inheritance
-
PackageSessionResult
- Implements
- Inherited Members
- Extension Methods
Properties
OperationCancelled
Gets or sets whether the operation has been cancelled by user.
public bool OperationCancelled { get; set; }
Property Value
Session
Gets or sets the loaded session.
public PackageSession Session { get; }
Property Value
- PackageSession
The session.
Methods
Clear()
Clears all messages.
public override void Clear()