Share via


RestoreContext Struct

Definition

contains the that can be used to restore the state of the replica from a backup.

public struct RestoreContext
type RestoreContext = struct
Public Structure RestoreContext
Inheritance
RestoreContext

Constructors

RestoreContext(IStateProviderReplica)

Initializes a new instance of the structure.

Methods

RestoreAsync(RestoreDescription)

Restores a backup described by RestoreDescription.

RestoreAsync(RestoreDescription, CancellationToken)

Restore a backup described by RestoreDescription.

Applies to