Click or drag to resize
Akka.NETLWWDictionaryTKey, TValueMerge Method (LWWDictionaryTKey, TValue)
TBD

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public LWWDictionary<TKey, TValue> Merge(
	LWWDictionary<TKey, TValue> other
)

Parameters

other
Type: Akka.DistributedDataLWWDictionaryTKey, TValue
TBD

Return Value

Type: LWWDictionaryTKey, TValue
TBD

Implements

IReplicatedDataTMerge(T)
See Also