IRingbufferTTailSequence Method Hazelcast .Net Client Class Library
Returns the sequence of the tail.

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

long TailSequence()

Return Value

Type: Int64
the sequence of the tail.
Remarks

Returns the sequence of the tail. The tail is the side of the ringbuffer where the items are added to. The initial value of the tail is -1.
See Also

Reference