Click or drag to resize

SimpleQueryRecordReporterReportIndexLookupRecord Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Report the given index lookup record with the given id.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
protected static string ReportIndexLookupRecord(
	int nIndexLookupId,
	IIndexLookupRecord record
)

Parameters

nIndexLookupId
Type: SystemInt32
The index lookup id.
record
Type: Tangosol.UtilIIndexLookupRecord
The index lookup record.

Return Value

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