ILockTryLock Method (Int64, NullableTimeUnit)Hazelcast .Net Client Class Library
Tries to acquires the lock for the specified lease time.

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

bool TryLock(
	long time,
	Nullable<TimeUnit> unit
)

Parameters

time
Type: SystemInt64
time to wait before releasing the lock.
unit
Type: SystemNullableTimeUnit
unit of time to specify lease time.

Return Value

Type: Boolean
Remarks

Tries to acquires the lock for the specified lease time.

After lease time, lock will be released.

See Also

Reference