| IRingbufferTTailSequence Method |
Returns the sequence of the tail.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax Function TailSequence As Long
abstract TailSequence : unit -> int64
Return Value
Type:
Int64the 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