.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    AwaitAsync Method

    AwaitAsync(TimeSpan)

    Waits until the latch has counted down to zero, or the specified timeout waiting time has expired.

    Declaration
    Task<bool> AwaitAsync(TimeSpan timeout)
    Parameters
    TimeSpan timeout

    The wait timeout.

    Returns
    Task<bool>

    Whether the count reached zero within the specified timeout waiting time.

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