PNCounterIncrement Method |
Name | Description | |
---|---|---|
Increment(Cluster, Int64) |
Increment the counter with the delta specified.
If the delta is negative then it will decrement instead of increment.
| |
Increment(Cluster, BigInteger) |
Increment the counter with the delta specified.
If the delta is negative then it will decrement instead of increment.
| |
Increment(UniqueAddress, Int64) |
Increment the counter with the delta specified.
If the delta is negative then it will decrement instead of increment.
| |
Increment(UniqueAddress, BigInteger) |
Increment the counter with the delta specified.
If the delta is negative then it will decrement instead of increment.
|