ILockTryLock Method Hazelcast .Net Client Class Library
Tries to acquires the lock and returns immediately.

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.1
Syntax

bool TryLock()

Return Value

Type: Boolean
true if acquires the lock, false otherwise.
See Also

Reference