Click or drag to resize

IPofValueSetValue Method

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

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

Parameters

oValue
Type: SystemObject
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