Click or drag to resize

SimpleQueryRecordPartialResultStepMerge Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
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.1 (14.1.1.1)
Syntax
C#
public void Merge(
	IStep step
)

Parameters

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