Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Update this IPofValue.

Namespace: Tangosol.IO.Pof.Reflection
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
void SetValue(
	Object oValue
)

Parameters

oValue
Type: System..::..Object
New deserialized value for this IPofValue.

Remarks

The changes made using this method will be immediately reflected in the result of GetValue()()()() method, but will not be applied to the underlying POF stream until the ApplyChanges()()()() method is invoked on the root IPofValue.

See Also