Click or drag to resize
Akka.NETPNCounter Methods

The PNCounter type exposes the following members.

Methods
  NameDescription
Public methodDecrement(Cluster, Int64)
Decrement the counter with the delta specified. If the delta is negative then it will increment instead of decrement.
Public methodDecrement(Cluster, BigInteger)
Decrement the counter with the delta specified. If the delta is negative then it will increment instead of decrement.
Public methodDecrement(UniqueAddress, Int64)
Decrement the counter with the delta specified. If the delta is negative then it will increment instead of decrement.
Public methodDecrement(UniqueAddress, BigInteger)
Decrement the counter with the delta specified. If the delta is negative then it will increment instead of decrement.
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodEquals(PNCounter)
Indicates whether the current object is equal to another object of the same type.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIncrement(Cluster, Int64)
Increment the counter with the delta specified. If the delta is negative then it will decrement instead of increment.
Public methodIncrement(Cluster, BigInteger)
Increment the counter with the delta specified. If the delta is negative then it will decrement instead of increment.
Public methodIncrement(UniqueAddress, Int64)
Increment the counter with the delta specified. If the delta is negative then it will decrement instead of increment.
Public methodIncrement(UniqueAddress, BigInteger)
Increment the counter with the delta specified. If the delta is negative then it will decrement instead of increment.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMerge(IReplicatedData)
Public methodMerge(PNCounter)
Public methodNeedPruningFrom
Public methodPrune
Public methodPruningCleanup
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
Extension Methods
See Also