| LocalORMultiDictionaryTKey, TValReplaceItem Method |
Replaces provided oldValue with newValue inside
a bucket under provided key within the context of the current cluster.
Namespace:
Akka.DistributedData.Local
Assembly:
Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public LocalORMultiDictionary<TKey, TVal> ReplaceItem(
TKey key,
TVal oldValue,
TVal newValue
)
member ReplaceItem :
key : 'TKey *
oldValue : 'TVal *
newValue : 'TVal -> LocalORMultiDictionary<'TKey, 'TVal>
Parameters
- key
- Type: TKey
TBD - oldValue
- Type: TVal
TBD - newValue
- Type: TVal
TBD
Return Value
Type:
LocalORMultiDictionaryTKey,
TValTBD
See Also