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

Namespace: Hazelcast.Core
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
Syntax

int GetLockCount()

Return Value

Type: Int32
lock hold count.
Remarks

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

Reference