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

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public PNCounter Decrement(
	UniqueAddress address,
	BigInteger delta
)

Parameters

address
Type: Akka.ClusterUniqueAddress

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

delta
Type: System.NumericsBigInteger

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

Return Value

Type: PNCounter

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

See Also