![](../icons/Hazelcast-IMDG-Logo-Orange_Dark_200px.jpg) | ILockIsLocked Method |
Returns whether this lock is locked or not.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
SyntaxFunction IsLocked As Boolean
abstract IsLocked : unit -> bool
Return Value
Type:
Boolean
if this lock is locked,
otherwise.
RemarksReturns whether this lock is locked or not.
See Also