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

Construct a 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 CompositeAggregator(
	IEntryAggregator[] aggregators
)

Parameters

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

See Also