Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

The AtomicCounter type exposes the following members.

Methods

  NameDescription
Adjust
Adjust the value of the counter by the specified amount, and return the new value.
DecrementOverloaded.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetCount
Return the current value of the counter.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
IncrementOverloaded.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
NewAtomicCounterOverloaded.
PostAdjust
Adjust the value of the counter by the specified amount, and return the old value.
PostDecrementOverloaded.
PostIncrementOverloaded.
SetCountOverloaded.
ToString
Return the count as a string.
(Overrides Object..::.ToString()()().)

See Also