Click or drag to resize

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
Syntax
int GetLockCount()

Return Value

Type: Int32
lock hold count.
Remarks
Returns re-entrant lock hold count, regardless of lock ownership.
See Also