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