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.