  | IRingbufferTHeadSequence Method  | 
 Returns the sequence of the head.
 
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
SyntaxFunction HeadSequence As Long
abstract HeadSequence : unit -> int64 
Return Value
Type: 
Int64the 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).
            
See Also