Click or drag to resize
Akka.NETPNCounterIncrement Method (Cluster, BigInteger)
Increment the counter with the delta specified. If the delta is negative then it will decrement instead of increment.

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public PNCounter Increment(
	Cluster node,
	BigInteger delta
)

Parameters

node
Type: Akka.ClusterCluster

[Missing <param name="node"/> documentation for "M:Akka.DistributedData.PNCounter.Increment(Akka.Cluster.Cluster,System.Numerics.BigInteger)"]

delta
Type: System.NumericsBigInteger

[Missing <param name="delta"/> documentation for "M:Akka.DistributedData.PNCounter.Increment(Akka.Cluster.Cluster,System.Numerics.BigInteger)"]

Return Value

Type: PNCounter

[Missing <returns> documentation for "M:Akka.DistributedData.PNCounter.Increment(Akka.Cluster.Cluster,System.Numerics.BigInteger)"]

See Also