Share via


RestoreContext Class

Definition

The context where the restore operation is taking place.

public sealed class RestoreContext
type RestoreContext = class
Public NotInheritable Class RestoreContext
Inheritance
RestoreContext

Properties

Name Description
InitialValue

Gets a RestoreContext that indicates the host is restoring initial values.

LastSnapshot

Gets a RestoreContext that indicates the host is restoring the last snapshot available from the previous time the host was running.

ValueUpdate

Gets the RestoreContext that indicates the host is providing an external state update to the current value.

Applies to