Click or drag to resize
Akka.NETPNCounterDecrement Method
Overload List
  NameDescription
Public methodDecrement(Cluster, Int64)
Decrement the counter with the delta specified. If the delta is negative then it will increment instead of decrement.
Public methodDecrement(Cluster, BigInteger)
Decrement the counter with the delta specified. If the delta is negative then it will increment instead of decrement.
Public methodDecrement(UniqueAddress, Int64)
Decrement the counter with the delta specified. If the delta is negative then it will increment instead of decrement.
Public methodDecrement(UniqueAddress, BigInteger)
Decrement the counter with the delta specified. If the delta is negative then it will increment instead of decrement.
Top
See Also