Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
Assembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
E22844-03
Abstract base class for AtomicCounters.
Namespace:
Tangosol.UtilAssembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
Syntax
| C# |
|---|
public abstract class AtomicCounter |
Remarks
The AtomicCounter allows for atomic updates to a "long" value where
possible without requiring synchronization. The underlying
AtomicCounter implementation will be choosen at runtime.
Default implementation used in .NET 2.0 is InterlockedCounter,
while in .NET 1.1 we have to fall back to a
SynchronizedCounter.