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

The InterlockedCounter type exposes the following members.

Constructors

  NameDescription
InterlockedCounter
Initializes a new instance of the InterlockedCounter class

Methods

  NameDescription
Adjust
Adjust the value of the counter by the specified amount, and return the new value.
(Overrides AtomicCounter..::.Adjust(Int64).)
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.
(Overrides AtomicCounter..::.GetCount()()().)
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.)
PostAdjust
Adjust the value of the counter by the specified amount, and return the old value.
(Overrides AtomicCounter..::.PostAdjust(Int64).)
PostDecrementOverloaded.
PostIncrementOverloaded.
SetCountOverloaded.
ToString
Return the count as a string.
(Inherited from AtomicCounter.)

Fields

  NameDescription
m_counter
The actual counter value.

See Also