RestoreContext 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.
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. |