.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    InitialSequence Property

    InitialSequence

    Gets or sets the initial sequence to start processing messages.

    Declaration
    public long InitialSequence { get; set; }
    Property Value
    long
    Remarks

    -1 means start from next published message.

    For a durable subscription, you continue where you left by using the Sequence.

    If Sequence is provided without incrementing, the same message will be received twice.

    In this article
    Back to top Copyright © 2010-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.