Click or drag to resize
Akka.NETSnapshotStoreDeleteAsync Method (String, SnapshotSelectionCriteria)
Deletes all snapshots matching provided criteria. This call is protected with a circuit-breaker

Namespace:  Akka.Persistence.Snapshot
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected abstract Task DeleteAsync(
	string persistenceId,
	SnapshotSelectionCriteria criteria
)

Parameters

persistenceId
Type: SystemString
TBD
criteria
Type: Akka.PersistenceSnapshotSelectionCriteria
TBD

Return Value

Type: Task
TBD
See Also