GetTailSequenceAsync Method
GetTailSequenceAsync()
Returns the sequence of the tail.
Declaration
Task<long> GetTailSequenceAsync()
Returns
Task<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.