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

Update this PofValue.

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

Syntax

C#
public override void SetValue(
	Object oValue
)

Parameters

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

Implements

IPofValue..::.SetValue(Object)

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