Click or drag to resize
Akka.NETGCounterIncrement Method
Overload List
  NameDescription
Public methodIncrement(Cluster)
Increment the counter by 1.
Public methodIncrement(UniqueAddress)
Increment the counter by 1.
Public methodIncrement(Cluster, BigInteger)
Increment the counter with the delta specified. The delta must be zero or positive.
Public methodIncrement(Cluster, UInt64)
Increment the counter with the delta specified. The delta must be zero or positive.
Public methodIncrement(UniqueAddress, BigInteger)
Increment the counter with the delta specified. The delta must be zero or positive.
Public methodIncrement(UniqueAddress, UInt64)
Increment the counter with the delta specified. The delta must be zero or positive.
Top
See Also