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

Perform an aggregating operation against the collection of entries that are selected by the given IFilter.

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
Object Aggregate(
	IFilter filter,
	IEntryAggregator agent
)

Parameters

filter
Type: Tangosol.Util..::.IFilter
an IFilter that is used to select entries within this cache to aggregate across.
agent
Type: Tangosol.Net.Cache..::.IEntryAggregator
The IEntryAggregator that is used to aggregate across the selected entries of this dictionary.

Return Value

The result of the aggregation.

See Also