LocalPNCounter Operators and Type Conversions |
The LocalPNCounter type exposes the following members.
Name | Description | |
---|---|---|
Addition(LocalPNCounter, BigInteger) |
Increments value of the underlying PNCounter by provided delta in current cluster node context.
| |
Addition(LocalPNCounter, UInt64) |
Increments value of the underlying PNCounter by provided delta in current cluster node context.
| |
Decrement |
Decrements value of the underlying PNCounter by 1 in current cluster node context.
| |
(LocalPNCounter to PNCounter) |
TBD
| |
Increment |
Increments value of the underlying PNCounter by 1 in current cluster node context.
| |
Subtraction(LocalPNCounter, BigInteger) |
Decrements value of the underlying PNCounter by provided delta in current cluster node context.
| |
Subtraction(LocalPNCounter, UInt64) |
Decrements value of the underlying PNCounter by provided delta in current cluster node context.
|