  | ILockGetLockCount Method  | 
 Returns re-entrant lock hold count, regardless of lock ownership.
 
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
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