ILockGetLockCount Method Hazelcast .Net Client Class Library
Returns re-entrant lock hold count, regardless of lock ownership.

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.7
Syntax

int GetLockCount()

Return Value

Type: Int32
lock hold count.
Remarks

Returns re-entrant lock hold count, regardless of lock ownership.
See Also

Reference