.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    GetHeadSequenceAsync Method

    GetHeadSequenceAsync()

    Returns the sequence of the head.

    Declaration
    Task<long> GetHeadSequenceAsync()
    Returns
    Task<Int64>

    the sequence of the head.

    Remarks

    Returns the sequence of the head. The head is the side of the ringbuffer where the oldest items in the ringbuffer are found. If the RingBuffer is empty, the head will be one more than the tail. The initial value of the head is 0 (1 more than tail).

    In This Article
    Back to top Copyright © 2010-2022 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.