IMultiMapTKey, TValueLock Method (TKey, Int64, TimeUnit)Hazelcast .Net Client Class Library
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
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

Reference