Click or drag to resize

SimpleQueryRecordPartialResultStepMerge Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Merge the given step with this one. This method assumes that the given step matches with this one.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public void Merge(
	IStep step
)

Parameters

step
Type: Tangosol.UtilIStep
The IStep to merge.
See Also