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

Construct a parallel CompositeAggregator based on a specified IEntryAggregator array.

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

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