Click or drag to resize

TopNAggregatorAddToResult Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-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: 14.1.1.14 (14.1.1.14)
Syntax
C#
protected void AddToResult(
	ICollection values,
	TopNAggregatorPartialResult result
)

Parameters

values
Type: System.CollectionsICollection
The collection of values to add.
result
Type: Tangosol.Util.AggregatorTopNAggregatorPartialResult
The result.
See Also