Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Report the given index lookup record with the given id.

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

Syntax

C#
protected static string ReportIndexLookupRecord(
	int nIndexLookupId,
	IIndexLookupRecord record
)

Parameters

nIndexLookupId
Type: System..::..Int32
The index lookup id.
record
Type: Tangosol.Util..::..IIndexLookupRecord
The index lookup record.

Return Value

A report line for the given index lookup.

See Also