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>