  | ILockIsLocked Method  | 
 Returns whether this lock is locked or not.
 
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
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