Click or drag to resize

AtomicCounterNewAtomicCounter Method (Int64)

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Instantiate and return a new AtomicCounter initialized to a particular value.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
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