Click or drag to resize
Akka.NETRecovery Constructor (SnapshotSelectionCriteria)
Initializes a new instance of the Recovery class.

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Recovery(
	SnapshotSelectionCriteria fromSnapshot
)

Parameters

fromSnapshot
Type: Akka.PersistenceSnapshotSelectionCriteria
Criteria for selecting a saved snapshot from which recovery should start. Default is latest(= youngest) snapshot.
See Also