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

Construct a parallel CompositeAggregator based on a specified IEntryAggregator array.

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

Syntax

C#
protected internal Parallel(
	IParallelAwareAggregator[] aggregators
)

Parameters

aggregators
Type: array< Tangosol.Net.Cache..::.IParallelAwareAggregator >[]()[]
An array of IParallelAwareAggregator objects; may not be null.

See Also