IRingbufferTHeadSequence Method Hazelcast .Net Client Class Library
Returns the sequence of the head.

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.4.0
Syntax

long HeadSequence()

Return Value

Type: 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).
See Also

Reference