Click or drag to resize
Akka.NETPersistentViewDeleteSnapshots Method
Deletes all snapshots matching criteria. The PersistentActor will be notified about the status of the deletion via an DeleteSnapshotsSuccess or DeleteSnapshotsFailure message.

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public void DeleteSnapshots(
	SnapshotSelectionCriteria criteria
)

Parameters

criteria
Type: Akka.PersistenceSnapshotSelectionCriteria
TBD

Implements

ISnapshotterDeleteSnapshots(SnapshotSelectionCriteria)
See Also