Click or drag to resize
Akka.NETLocalGCounterAddition Operator (LocalGCounter, BigInteger)
Increments current GCounter value by provided delta in current cluster node context.

Namespace:  Akka.DistributedData.Local
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static LocalGCounter operator +(
	LocalGCounter counter,
	BigInteger delta
)

Parameters

counter
Type: Akka.DistributedData.LocalLocalGCounter
TBD
delta
Type: System.NumericsBigInteger
TBD

Return Value

Type: LocalGCounter
TBD
See Also