.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    IncreasePermitsAsync Method

    IncreasePermitsAsync(int)

    Increases the number of available permits.

    Declaration
    Task IncreasePermitsAsync(int delta)
    Parameters
    int delta

    The number of permits to increase.

    Returns
    Task
    Remarks

    If there are some threads waiting for permits to become available, they will be notified. Moreover, if the caller has acquired some permits, they are not released with this call. In other words, this method arbitrarily increases the available permits count and, if some acquire operations are pending, satisfies them.

    In this article
    Back to top Copyright © 2010-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.