.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    GetRemainingCapacityAsync Method

    GetRemainingCapacityAsync()

    Returns the remaining capacity of the ringbuffer.

    Declaration
    Task<long> GetRemainingCapacityAsync()
    Returns
    Task<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.

    In This Article
    Back to top Copyright © 2010-2022 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.