Click or drag to resize
Akka.NETISnapshotterDeleteSnapshot Method
Deletes the snapshot identified by sequenceNr. The PersistentActor will be notified about the status of the deletion via an DeleteSnapshotSuccess or DeleteSnapshotFailure message.

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
void DeleteSnapshot(
	long sequenceNr
)

Parameters

sequenceNr
Type: SystemInt64
TBD
See Also