Click or drag to resize

AtomicCounterNewAtomicCounter Method (Int64)

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Instantiate and return a new AtomicCounter initialized to a particular value.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public static AtomicCounter NewAtomicCounter(
	long count
)

Parameters

count
Type: SystemInt64
The initial counter value.

Return Value

Type: AtomicCounter
A new AtomicCounter with the specified counter value.
See Also