Click or drag to resize
Akka.NETLocalLWWDictionaryTKey, TValMerge Method

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

Parameters

dictionary
Type: Akka.DistributedDataLWWDictionaryTKey, TVal
TBD

Return Value

Type: LocalLWWDictionaryTKey, TVal
TBD
See Also