![](../icons/Hazelcast-IMDG-Logo-Orange_Dark_200px.jpg) | ILockGetLockCount Method |
Returns re-entrant lock hold count, regardless of lock ownership.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
SyntaxFunction GetLockCount As Integer
abstract GetLockCount : unit -> int
Return Value
Type:
Int32lock hold count.
RemarksReturns re-entrant lock hold count, regardless of lock ownership.
See Also