Click or drag to resize

ILockIsLocked Method

Returns whether this lock is locked or not.

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