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

Actually create a delta in the binary delta format. This method is designed to be overridden by subclasses that have more intimate knowledge of the contents of the buffers.

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

Syntax

C#
protected Binary CreateDelta(
	Binary binOld,
	Binary binNew
)

Parameters

binOld
Type: Tangosol.Util..::.Binary
The old value.
binNew
Type: Tangosol.Util..::.Binary
The new value.

Return Value

A delta in the binary delta format.

See Also