Click or drag to resize

SimpleQueryRecordReporterReportResult Method

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

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
protected static string ReportResult(
	IPartialResult result,
	QueryRecorderRecordType type,
	IList listIndexLookups,
	bool fReportPartition
)

Parameters

result
Type: Tangosol.UtilIPartialResult
The result.
type
Type: Tangosol.Util.AggregatorQueryRecorderRecordType
The record type.
listIndexLookups
Type: System.CollectionsIList
The list of lookup ids.
fReportPartition
Type: SystemBoolean
Indicates whether or not to report partitions.

Return Value

Type: String
A report for the given result.
See Also