Click or drag to resize
Akka.NETISnapshotQueryExecutorDeleteBatchAsync Method
Deletes all snapshot matching persistent actor's persistenceId as well as upper (inclusive) bounds of the both maxSequenceNr and maxTimestamp.

Namespace:  Akka.Persistence.Sql.Common.Snapshot
Assembly:  Akka.Persistence.Sql.Common (in Akka.Persistence.Sql.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Task DeleteBatchAsync(
	DbConnection connection,
	CancellationToken cancellationToken,
	string persistenceId,
	long maxSequenceNr,
	DateTime maxTimestamp
)

Parameters

connection
Type: System.Data.CommonDbConnection
TBD
cancellationToken
Type: System.ThreadingCancellationToken
TBD
persistenceId
Type: SystemString
TBD
maxSequenceNr
Type: SystemInt64
TBD
maxTimestamp
Type: SystemDateTime
TBD

Return Value

Type: Task
TBD
See Also