| Recovery Constructor (SnapshotSelectionCriteria) |
Initializes a new instance of the
Recovery class.
Namespace:
Akka.Persistence
Assembly:
Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public Recovery(
SnapshotSelectionCriteria fromSnapshot
)
new :
fromSnapshot : SnapshotSelectionCriteria -> Recovery
Parameters
- fromSnapshot
- Type: Akka.PersistenceSnapshotSelectionCriteria
Criteria for selecting a saved snapshot from which recovery should start. Default is latest(= youngest) snapshot.
See Also