Click or drag to resize
Akka.NETORMultiDictionaryTKey, TValueAddItem Method (Cluster, TKey, TValue)
Add an element to a set associated with a key. If there is no existing set then one will be initialised.

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ORMultiDictionary<TKey, TValue> AddItem(
	Cluster node,
	TKey key,
	TValue element
)

Parameters

node
Type: Akka.ClusterCluster

[Missing <param name="node"/> documentation for "M:Akka.DistributedData.ORMultiDictionary`2.AddItem(Akka.Cluster.Cluster,`0,`1)"]

key
Type: TKey

[Missing <param name="key"/> documentation for "M:Akka.DistributedData.ORMultiDictionary`2.AddItem(Akka.Cluster.Cluster,`0,`1)"]

element
Type: TValue

[Missing <param name="element"/> documentation for "M:Akka.DistributedData.ORMultiDictionary`2.AddItem(Akka.Cluster.Cluster,`0,`1)"]

Return Value

Type: ORMultiDictionaryTKey, TValue

[Missing <returns> documentation for "M:Akka.DistributedData.ORMultiDictionary`2.AddItem(Akka.Cluster.Cluster,`0,`1)"]

See Also