Click or drag to resize
Akka.NETLocalPNCounterAddition Operator (LocalPNCounter, BigInteger)
Increments value of the underlying PNCounter 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 LocalPNCounter operator +(
	LocalPNCounter counter,
	BigInteger delta
)

Parameters

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

Return Value

Type: LocalPNCounter
TBD
See Also