| GCounterIncrement Method |
| Name | Description | |
|---|---|---|
| Increment(Cluster) |
Increment the counter by 1.
| |
| Increment(UniqueAddress) |
Increment the counter by 1.
| |
| Increment(Cluster, BigInteger) |
Increment the counter with the delta specified. The delta must be zero or positive.
| |
| Increment(Cluster, UInt64) |
Increment the counter with the delta specified. The delta must be zero or positive.
| |
| Increment(UniqueAddress, BigInteger) |
Increment the counter with the delta specified. The delta must be zero or positive.
| |
| Increment(UniqueAddress, UInt64) |
Increment the counter with the delta specified. The delta must be zero or positive.
|