Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Report the given step.

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

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