Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Construct a PriorityAggregator.

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

Syntax

C#
public PriorityAggregator(
	IParallelAwareAggregator aggregator
)

Parameters

aggregator
Type: Tangosol.Net.Cache..::.IParallelAwareAggregator
The IParallelAwareAggregator wrapped by this PriorityAggregator.

See Also