Click or drag to resize
Akka.NETPersistentViewDeleteSnapshot 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
public void DeleteSnapshot(
	long sequenceNr
)

Parameters

sequenceNr
Type: SystemInt64
TBD

Implements

ISnapshotterDeleteSnapshot(Int64)
See Also