  | ILockTryLock Method  | 
 
            Tries to acquires the lock and returns immediately.
            
 
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
SyntaxFunction TryLock As Boolean
abstract TryLock : unit -> bool 
Return Value
Type: 
Booleantrue if acquires the lock, 
false otherwise.
See Also