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

Update the current value, and return the previous value.

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

Syntax

C#
public abstract long SetCount(
	long newValue
)

Parameters

newValue
Type: System..::.Int64
The new value.

Return Value

The previous value just before the update went through.

See Also