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.6.2.0
Syntax
Parameters
- key
- Type: TKey
- value
- Type: TValue
- ttl
- Type: SystemInt64
- timeunit
- Type: Hazelcast.CoreTimeUnit
Return Value
Type: TValueSee Also