| IRingbufferTRemainingCapacity Method |
Returns the remaining capacity of the ringbuffer.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax Function RemainingCapacity As Long
long long RemainingCapacity()
abstract RemainingCapacity : unit -> int64
Return Value
Type:
Int64the remaining capacity.
Remarks
Returns the remaining capacity of the ringbuffer.
The returned value could be stale as soon as it is returned.
If ttl is not set, the remaining capacity will always be the capacity.
See Also