Click or drag to resize
Akka.NETLWWDictionaryCreateTKey, TValue Method (IEnumerableTupleUniqueAddress, TKey, TValue, ClockTValue)
TBD

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static LWWDictionary<TKey, TValue> Create<TKey, TValue>(
	IEnumerable<Tuple<UniqueAddress, TKey, TValue>> elements,
	Clock<TValue> clock = null
)

Parameters

elements
Type: System.Collections.GenericIEnumerableTupleUniqueAddress, TKey, TValue
TBD
clock (Optional)
Type: Akka.DistributedDataClockTValue
TBD

Type Parameters

TKey
TBD
TValue
TBD

Return Value

Type: LWWDictionaryTKey, TValue
TBD
See Also