Click or drag to resize
Akka.NETLocalGCounterMerge Method
Merges data from provided GCounter 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 LocalGCounter Merge(
	GCounter counter
)

Parameters

counter
Type: Akka.DistributedDataGCounter
TBD

Return Value

Type: LocalGCounter
TBD
See Also