| ITransactionalMapTKey, TValueSet Method |
Transactional implementation of
Set(TKey, TValue)
.
The object to be set 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.9.3
Syntax void Set(
TKey key,
TValue value
)
Sub Set (
key As TKey,
value As TValue
)
void Set(
TKey key,
TValue value
)
abstract Set :
key : 'TKey *
value : 'TValue -> unit
Parameters
- key
- Type: TKey
- value
- Type: TValue
See Also