Click or drag to resize
Akka.NETClusterReplicatedDataExtensions.LWWDictionary<TKey, TVal> Method (Cluster, LWWDictionary<TKey, TVal>)
Creates an instance of an LWWDictionary scoped to a current cluster.

Namespace:  Akka.DistributedData.Local
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static LocalLWWDictionary<TKey, TVal> LWWDictionary<TKey, TVal>(
	this Cluster cluster,
	LWWDictionary<TKey, TVal> dictionary
)

Parameters

cluster
Type: Akka.Cluster.Cluster
TBD
dictionary
Type: Akka.DistributedData.LWWDictionary<TKey, TVal>
TBD

Type Parameters

TKey
TBD
TVal
TBD

Return Value

Type: LocalLWWDictionary<TKey, TVal>
TBD

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Cluster. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also