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

Report the given index lookup record with the given id.

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

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