.NET Client Documentation
5.7.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.

    <p>For a durable subscription, you continue where you left by using the
    <xref href="Hazelcast.DistributedObjects.ReliableTopicMessageEventArgs%601.Sequence" data-throw-if-not-resolved="false"></xref>.</p>
    <p>If <xref href="Hazelcast.DistributedObjects.ReliableTopicMessageEventArgs%601.Sequence" data-throw-if-not-resolved="false"></xref> is provided without incrementing,
    the same message will be received twice.</p>
    
    In this article
    Back to top Copyright © 2010-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.