Class MemoryJournal.ReplayAllEvents
Inheritance
MemoryJournal.ReplayAllEvents
Assembly: Akka.Persistence.dll
Syntax
[Serializable]
public sealed class ReplayAllEvents : IJournalRequest, IJournalMessage, IPersistenceMessage, INoSerializationVerificationNeeded
Constructors
|
Improve this Doc
View Source
ReplayAllEvents(Int32, Int32, Int64, IActorRef)
Declaration
public ReplayAllEvents(int fromOffset, int toOffset, long max, IActorRef replyTo)
Parameters
Exceptions
Type |
Condition |
ArgumentException |
This exception is thrown for a number of reasons. These include the following:
- The specified
fromOffset is less than zero.
- The specified
toOffset is less than or equal to zero.
- The specified
max is less than or equal to zero.
|
Fields
|
Improve this Doc
View Source
FromOffset
Declaration
public readonly int FromOffset
Field Value
|
Improve this Doc
View Source
Max
Declaration
Field Value
|
Improve this Doc
View Source
ReplyTo
Declaration
public readonly IActorRef ReplyTo
Field Value
|
Improve this Doc
View Source
ToOffset
Declaration
public readonly int ToOffset
Field Value
Implements
Extension Methods