| ITransactionalMapTKey, TValuePutIfAbsent Method |
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.9.3
Syntax TValue PutIfAbsent(
TKey key,
TValue value
)
Function PutIfAbsent (
key As TKey,
value As TValue
) As TValue
TValue PutIfAbsent(
TKey key,
TValue value
)
abstract PutIfAbsent :
key : 'TKey *
value : 'TValue -> 'TValue
Parameters
- key
- Type: TKey
- value
- Type: TValue
Return Value
Type:
TValueSee Also