Click or drag to resize

IMultiMapTKey, TValueLock Method (TKey, Int64, TimeUnit)

Acquires the lock for the specified key for the specified lease time.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
void Lock(
	TKey key,
	long leaseTime,
	TimeUnit timeUnit
)

Parameters

key
Type: TKey
key to lock.
leaseTime
Type: SystemInt64
time to wait before releasing the lock.
timeUnit
Type: Hazelcast.CoreTimeUnit
unit of time to specify lease time.
See Also