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

Report the given step.

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

Syntax

C#
protected static string ReportStep(
	IStep step,
	QueryRecorder..::.RecordType type,
	IList listIndexLookups,
	int nLevel
)

Parameters

step
Type: Tangosol.Util..::.IStep
The step.
type
Type: Tangosol.Util.Aggregator..::.QueryRecorder..::.RecordType
The record type.
listIndexLookups
Type: System.Collections..::.IList
The list of lookup ids.
nLevel
Type: System..::.Int32
The indent level.

Return Value

A report line for the given step.

See Also