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

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

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

Syntax

C#
public virtual 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.

Implements

IInvocableCache..::.Aggregate(IFilter, IEntryAggregator)

See Also