Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Add the specified values to the result if they are within the top-N.

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

Syntax

C#
protected void AddToResult(
	ICollection values,
	TopNAggregator..::..PartialResult result
)

Parameters

values
Type: System.Collections..::..ICollection
The collection of values to add.
result
Type: Tangosol.Util.Aggregator..::..TopNAggregator..::..PartialResult
The result.

See Also