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

Namespace: Hazelcast.Core
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
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