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