| PNCounterDecrement Method (UniqueAddress, Int64) |
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.129 (1.2.3.129)
Syntax public PNCounter Decrement(
UniqueAddress address,
long delta = 1
)
member Decrement :
address : UniqueAddress *
?delta : int64
(* Defaults:
let _delta = defaultArg delta 1
*)
-> PNCounter
Parameters
- address
- Type: Akka.ClusterUniqueAddress
[Missing <param name="address"/> documentation for "M:Akka.DistributedData.PNCounter.Decrement(Akka.Cluster.UniqueAddress,System.Int64)"]
- delta (Optional)
- Type: SystemInt64
[Missing <param name="delta"/> documentation for "M:Akka.DistributedData.PNCounter.Decrement(Akka.Cluster.UniqueAddress,System.Int64)"]
Return Value
Type:
PNCounter[Missing <returns> documentation for "M:Akka.DistributedData.PNCounter.Decrement(Akka.Cluster.UniqueAddress,System.Int64)"]
See Also