Click or drag to resize
Akka.NETPNCounterDictionaryTKeyMerge Method (PNCounterDictionaryTKey)

[Missing <summary> documentation for "M:Akka.DistributedData.PNCounterDictionary`1.Merge(Akka.DistributedData.PNCounterDictionary{`0})"]

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

Parameters

other
Type: Akka.DistributedDataPNCounterDictionaryTKey

[Missing <param name="other"/> documentation for "M:Akka.DistributedData.PNCounterDictionary`1.Merge(Akka.DistributedData.PNCounterDictionary{`0})"]

Return Value

Type: PNCounterDictionaryTKey

[Missing <returns> documentation for "M:Akka.DistributedData.PNCounterDictionary`1.Merge(Akka.DistributedData.PNCounterDictionary{`0})"]

Implements

IReplicatedDataTMerge(T)
See Also