Search Results for

    Show / Hide Table of Contents

    Class SelectCurrentPersistenceIds

    Inheritance
    Object
    SelectCurrentPersistenceIds
    Implements
    IJournalRequest
    IJournalMessage
    IPersistenceMessage
    INoSerializationVerificationNeeded
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Akka.Persistence.Sql.Common.Journal
    Assembly: Akka.Persistence.Sqlite.dll
    Syntax
    [Serializable]
    public sealed class SelectCurrentPersistenceIds : IJournalRequest, IJournalMessage, IPersistenceMessage, INoSerializationVerificationNeeded

    Constructors

    | Improve this Doc View Source

    SelectCurrentPersistenceIds(Int64, IActorRef)

    Declaration
    public SelectCurrentPersistenceIds(long offset, IActorRef replyTo)
    Parameters
    Type Name Description
    Int64 offset
    IActorRef replyTo

    Properties

    | Improve this Doc View Source

    Offset

    Declaration
    public long Offset { get; }
    Property Value
    Type Description
    Int64
    | Improve this Doc View Source

    ReplyTo

    Declaration
    public IActorRef ReplyTo { get; }
    Property Value
    Type Description
    IActorRef

    Implements

    IJournalRequest
    IJournalMessage
    IPersistenceMessage
    INoSerializationVerificationNeeded

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(Object)
    In This Article
    • githubImprove this Doc
    • 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