| ILockIsLocked Method |
Returns whether this lock is locked or not.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntax Function IsLocked As Boolean
abstract IsLocked : unit -> bool
Return Value
Type:
Boolean
if this lock is locked,
otherwise.
Remarks Returns whether this lock is locked or not.
See Also