IRingbufferTRemainingCapacity Method Hazelcast .Net Client Class Library
Returns the remaining capacity of the ringbuffer.

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

Reference