Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Update the current value, and return the previous value.

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

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