Click or drag to resize
Akka.NETNoSnapshotStoreDeleteAsync Method (String, SnapshotSelectionCriteria)
TBD

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

Parameters

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

Return Value

Type: Task
TBD
Exceptions
ExceptionCondition
NoSnapshotStoreNoSnapshotStoreException This exception is thrown when no snapshot store is configured.
See Also