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

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

Syntax

C#
protected static string ReportResult(
	IPartialResult result,
	QueryRecorder..::..RecordType type,
	IList listIndexLookups,
	bool fReportPartition
)

Parameters

result
Type: Tangosol.Util..::..IPartialResult
The result.
type
Type: Tangosol.Util.Aggregator..::..QueryRecorder..::..RecordType
The record type.
listIndexLookups
Type: System.Collections..::..IList
The list of lookup ids.
fReportPartition
Type: System..::..Boolean
Indicates whether or not to report partitions.

Return Value

A report for the given result.

See Also