Click or drag to resize

IRingbufferTRemainingCapacity Method

Returns the remaining capacity of the ringbuffer.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax
long RemainingCapacity()

Return Value

Type: Int64
the 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