Search Results for

    Show / Hide Table of Contents

    Class AsyncWriteTarget.DeleteMessagesTo

    TBD

    Inheritance
    object
    AsyncWriteTarget.DeleteMessagesTo
    Implements
    IEquatable<AsyncWriteTarget.DeleteMessagesTo>
    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.DeleteMessagesTo : IEquatable<AsyncWriteTarget.DeleteMessagesTo>

    Constructors

    | Edit this page View Source

    DeleteMessagesTo(string, long)

    TBD

    Declaration
    public DeleteMessagesTo(string persistenceId, long toSequenceNr)
    Parameters
    Type Name Description
    string persistenceId

    TBD

    long toSequenceNr

    TBD

    Properties

    | 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(DeleteMessagesTo)

    Declaration
    public bool Equals(AsyncWriteTarget.DeleteMessagesTo other)
    Parameters
    Type Name Description
    AsyncWriteTarget.DeleteMessagesTo 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