Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Stores a new value at the current value index, returning the value that was replaced. The index of the current value is obtainable by reading the Index property.

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

Syntax

C#
Object SetValue(
	Object value
)

Parameters

value
Type: System..::..Object
The new value to store.

Return Value

The replaced value.

Exceptions

ExceptionCondition
System..::..InvalidOperationException If the MoveNext method has not yet been called, or the Remove method has already been called after the last call to the MoveNext method.

See Also