Click or drag to resize
Akka.NETLocalPNCounterMerge Method
Merges data from provided PNCounter into current CRDT, creating new immutable instance in a result.

Namespace:  Akka.DistributedData.Local
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public LocalPNCounter Merge(
	PNCounter counter
)

Parameters

counter
Type: Akka.DistributedDataPNCounter
TBD

Return Value

Type: LocalPNCounter
TBD
See Also