Click or drag to resize

ILockTryLock Method

Tries to acquires the lock and returns immediately.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
bool TryLock()

Return Value

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