Click or drag to resize

PofSparseArrayNilPofValueSetValue Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Update this PofValue.

Namespace:  Tangosol.IO.Pof.Reflection
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public override void SetValue(
	Object oValue
)

Parameters

oValue
Type: SystemObject
New deserialized value for this PofValue.

Implements

IPofValueSetValue(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