Click or drag to resize
Akka.NETISnapshotterLoadSnapshot Method
Instructs the snapshot store to load the specified snapshot and send it via an SnapshotOffer to the running PersistentActor.

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
void LoadSnapshot(
	string persistenceId,
	SnapshotSelectionCriteria criteria,
	long toSequenceNr
)

Parameters

persistenceId
Type: SystemString
TBD
criteria
Type: Akka.PersistenceSnapshotSelectionCriteria
TBD
toSequenceNr
Type: SystemInt64
TBD
See Also