Click or drag to resize

IRingbufferTTailSequence Method

Returns the sequence of the tail.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.1
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