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

Report the given result.

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

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