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

Namespace: Hazelcast.Core
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
Syntax

bool TryLock()

Return Value

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

Reference