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

Implementation of AtomicCounter based on .NET System.Threading.Interlocked class.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public class InterlockedCounter : AtomicCounter

Inheritance Hierarchy

System..::.Object
  Tangosol.Util..::.AtomicCounter
    Tangosol.Util..::.InterlockedCounter

See Also