ILockIsLocked Method Hazelcast .Net Client Class Library
Returns whether this lock is locked or not.

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.1
Syntax

bool IsLocked()

Return Value

Type: Boolean
true
if this lock is locked,
false
otherwise.
Remarks

Returns whether this lock is locked or not.
See Also

Reference