Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Aggregate the results of the parallel aggregations.

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

Syntax

C#
public 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