Click or drag to resize

IPofValueGetChanges Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Return a binary containing changes made to this IPofValue in the format defined by the BinaryDeltaCompressor.

Namespace:  Tangosol.IO.Pof.Reflection
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
Binary GetChanges()

Return Value

Type: Binary
A binary containing changes made to this IPofValue.
Exceptions
ExceptionCondition
NotSupportedException If called on a non-root IPofValue.
Remarks
Note: This method can only be called on the root IPofValue.
See Also