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