Oracle® Coherence .NET API Reference Release 3.6
E15727-01

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

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

Syntax

C#
public class InterlockedCounter : AtomicCounter

Inheritance Hierarchy

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

See Also