.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    GetLockCountAsync Method

    GetLockCountAsync(LockContext)

    Gets the reentrant lock count of the lock, for whichever context is locking it.

    Declaration
    Task<int> GetLockCountAsync(LockContext lockContext)
    Parameters
    LockContext lockContext
    Returns
    Task<Int32>

    The reentrant lock count of the lock, or zero if it is not locked.

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