Click or drag to resize

SimpleQueryRecordReporterReportStep Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Report the given step.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
protected static string ReportStep(
	IStep step,
	QueryRecorderRecordType type,
	IList listIndexLookups,
	int nLevel
)

Parameters

step
Type: Tangosol.UtilIStep
The step.
type
Type: Tangosol.Util.AggregatorQueryRecorderRecordType
The record type.
listIndexLookups
Type: System.CollectionsIList
The list of lookup ids.
nLevel
Type: SystemInt32
The indent level.

Return Value

Type: String
A report line for the given step.
See Also