| AsyncWriteProxyDeleteMessagesToAsync Method |
TBD
Namespace:
Akka.Persistence.Journal
Assembly:
Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax protected override Task DeleteMessagesToAsync(
string persistenceId,
long toSequenceNr
)
abstract DeleteMessagesToAsync :
persistenceId : string *
toSequenceNr : int64 -> Task
override DeleteMessagesToAsync :
persistenceId : string *
toSequenceNr : int64 -> Task
Parameters
- persistenceId
- Type: SystemString
TBD - toSequenceNr
- Type: SystemInt64
TBD
Return Value
Type:
TaskTBD
Exceptions Exception | Condition |
---|
TimeoutException |
This exception is thrown when the store has not been initialized.
|
See Also