Click or drag to resize
Akka.NETORMultiDictionaryTKey, TValueSetItems Method (UniqueAddress, TKey, IImmutableSet`1TValue)
Sets a bucket of values inside current dictionary under provided key in the context of the provided cluster node.

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ORMultiDictionary<TKey, TValue> SetItems(
	UniqueAddress node,
	TKey key,
	IImmutableSet<TValue> bucket
)

Parameters

node
Type: Akka.ClusterUniqueAddress

[Missing <param name="node"/> documentation for "M:Akka.DistributedData.ORMultiDictionary`2.SetItems(Akka.Cluster.UniqueAddress,`0,System.Collections.Immutable.IImmutableSet{`1})"]

key
Type: TKey

[Missing <param name="key"/> documentation for "M:Akka.DistributedData.ORMultiDictionary`2.SetItems(Akka.Cluster.UniqueAddress,`0,System.Collections.Immutable.IImmutableSet{`1})"]

bucket
Type: IImmutableSetTValue

[Missing <param name="bucket"/> documentation for "M:Akka.DistributedData.ORMultiDictionary`2.SetItems(Akka.Cluster.UniqueAddress,`0,System.Collections.Immutable.IImmutableSet{`1})"]

Return Value

Type: ORMultiDictionaryTKey, TValue

[Missing <returns> documentation for "M:Akka.DistributedData.ORMultiDictionary`2.SetItems(Akka.Cluster.UniqueAddress,`0,System.Collections.Immutable.IImmutableSet{`1})"]

See Also