ITransactionalMapTKey, TValuePut Method (TKey, TValue, Int64, TimeUnit)Hazelcast .Net Client Class Library
Transactional implementation of Put(TKey, TValue, Int64, TimeUnit) .

The object to be put will be accessible only in the current transaction context till transaction is committed.

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

TValue Put(
	TKey key,
	TValue value,
	long ttl,
	TimeUnit timeunit
)

Parameters

key
Type: TKey
value
Type: TValue
ttl
Type: SystemInt64
timeunit
Type: Hazelcast.CoreTimeUnit

Return Value

Type: TValue
See Also

Reference