Click or drag to resize
Akka.NETLocalORMultiDictionaryTKey, TValAddItem Method
Adds provided value into 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.42 (1.2.3.42)
Syntax
public LocalORMultiDictionary<TKey, TVal> AddItem(
	TKey key,
	TVal value
)

Parameters

key
Type: TKey
TBD
value
Type: TVal
TBD

Return Value

Type: LocalORMultiDictionaryTKey, TVal
TBD
See Also