Search Results for

    Show / Hide Table of Contents

    Class AsyncWriteTarget.ReplayMessages

    TBD

    Inheritance
    object
    AsyncWriteTarget.ReplayMessages
    Implements
    IEquatable<AsyncWriteTarget.ReplayMessages>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Persistence.Journal
    Assembly: Akka.Persistence.dll
    Syntax
    [Serializable]
    public sealed class AsyncWriteTarget.ReplayMessages : IEquatable<AsyncWriteTarget.ReplayMessages>

    Constructors

    | Edit this page View Source

    ReplayMessages(string, long, long, long)

    TBD

    Declaration
    public ReplayMessages(string persistenceId, long fromSequenceNr, long toSequenceNr, long max)
    Parameters
    Type Name Description
    string persistenceId

    TBD

    long fromSequenceNr

    TBD

    long toSequenceNr

    TBD

    long max

    TBD

    Properties

    | Edit this page View Source

    FromSequenceNr

    TBD

    Declaration
    public long FromSequenceNr { get; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    Max

    TBD

    Declaration
    public long Max { get; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    PersistenceId

    TBD

    Declaration
    public string PersistenceId { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ToSequenceNr

    TBD

    Declaration
    public long ToSequenceNr { get; }
    Property Value
    Type Description
    long

    Methods

    | Edit this page View Source

    Equals(ReplayMessages)

    Declaration
    public bool Equals(AsyncWriteTarget.ReplayMessages other)
    Parameters
    Type Name Description
    AsyncWriteTarget.ReplayMessages other
    Returns
    Type Description
    bool

    Implements

    IEquatable<T>

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET