Class TestActor.DeleteCommand
Inherited Members
Namespace: Akka.Persistence.Sql.TestKit
Assembly: Akka.Persistence.Sql.TestKit.dll
Syntax
[Serializable]
public sealed class DeleteCommand
Constructors
| Improve this Doc View SourceDeleteCommand(Int64)
Declaration
public DeleteCommand(long toSequenceNr)
Parameters
| Type | Name | Description |
|---|---|---|
| Int64 | toSequenceNr |
Fields
| Improve this Doc View SourceToSequenceNr
Declaration
public readonly long ToSequenceNr
Field Value
| Type | Description |
|---|---|
| Int64 |
Improve this Doc