| ILockGetLockCount Method |
Returns re-entrant lock hold count, regardless of lock ownership.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntax Function GetLockCount As Integer
abstract GetLockCount : unit -> int
Return Value
Type:
Int32lock hold count.
Remarks Returns re-entrant lock hold count, regardless of lock ownership.
See Also