Click or drag to resize
Akka.NETLocalPNCounter Operators and Type Conversions

The LocalPNCounter type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition(LocalPNCounter, BigInteger)
Increments value of the underlying PNCounter by provided delta in current cluster node context.
Public operatorStatic memberAddition(LocalPNCounter, UInt64)
Increments value of the underlying PNCounter by provided delta in current cluster node context.
Public operatorStatic memberDecrement
Decrements value of the underlying PNCounter by 1 in current cluster node context.
Public operatorStatic member(LocalPNCounter to PNCounter)
TBD
Public operatorStatic memberIncrement
Increments value of the underlying PNCounter by 1 in current cluster node context.
Public operatorStatic memberSubtraction(LocalPNCounter, BigInteger)
Decrements value of the underlying PNCounter by provided delta in current cluster node context.
Public operatorStatic memberSubtraction(LocalPNCounter, UInt64)
Decrements value of the underlying PNCounter by provided delta in current cluster node context.
Top
See Also