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

Aggregate the results of the parallel aggregations.

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

Syntax

C#
public virtual Object AggregateResults(
	ICollection results
)

Parameters

results
Type: System.Collections..::.ICollection
Results to aggregate.

Return Value

The aggregation of the parallel aggregation results.

Implements

IParallelAwareAggregator..::.AggregateResults(ICollection)

See Also