ITransactionalMapTKey, TValuePutIfAbsent Method Hazelcast .Net Client Class Library
Transactional implementation of PutIfAbsent(TKey, TValue) .

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

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

TValue PutIfAbsent(
	TKey key,
	TValue value
)

Parameters

key
Type: TKey
value
Type: TValue

Return Value

Type: TValue
See Also

Reference