Click or drag to resize
Akka.NETLoadSnapshotResult Constructor
Initializes a new instance of the LoadSnapshotResult class.

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public LoadSnapshotResult(
	SelectedSnapshot snapshot,
	long toSequenceNr
)

Parameters

snapshot
Type: Akka.PersistenceSelectedSnapshot
Loaded snapshot or null if none provided.
toSequenceNr
Type: SystemInt64
Upper sequence number bound (inclusive) for recovery.
See Also