Click or drag to resize
Akka.NETORDictionaryCreateTKey, TValue Method (UniqueAddress, TKey, TValue)

[Missing <summary> documentation for "M:Akka.DistributedData.ORDictionary.Create``2(Akka.Cluster.UniqueAddress,``0,``1)"]

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static ORDictionary<TKey, TValue> Create<TKey, TValue>(
	UniqueAddress node,
	TKey key,
	TValue value
)
where TValue : IReplicatedData

Parameters

node
Type: Akka.ClusterUniqueAddress

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

key
Type: TKey

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

value
Type: TValue

[Missing <param name="value"/> documentation for "M:Akka.DistributedData.ORDictionary.Create``2(Akka.Cluster.UniqueAddress,``0,``1)"]

Type Parameters

TKey

[Missing <typeparam name="TKey"/> documentation for "M:Akka.DistributedData.ORDictionary.Create``2(Akka.Cluster.UniqueAddress,``0,``1)"]

TValue

[Missing <typeparam name="TValue"/> documentation for "M:Akka.DistributedData.ORDictionary.Create``2(Akka.Cluster.UniqueAddress,``0,``1)"]

Return Value

Type: ORDictionaryTKey, TValue

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

See Also