Click or drag to resize

WrapperNamedCacheAggregate Method (IFilter, IEntryAggregator)

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
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: 14.1.1.14 (14.1.1.14)
Syntax
C#
public virtual Object Aggregate(
	IFilter filter,
	IEntryAggregator agent
)

Parameters

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

Return Value

Type: Object
The result of the aggregation.

Implements

IInvocableCacheAggregate(IFilter, IEntryAggregator)
See Also