Click or drag to resize
Akka.NETAsyncWriteProxyDeleteMessagesToAsync Method
TBD

Namespace:  Akka.Persistence.Journal
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected override Task DeleteMessagesToAsync(
	string persistenceId,
	long toSequenceNr
)

Parameters

persistenceId
Type: SystemString
TBD
toSequenceNr
Type: SystemInt64
TBD

Return Value

Type: Task
TBD
Exceptions
ExceptionCondition
TimeoutException This exception is thrown when the store has not been initialized.
See Also