Click or drag to resize

ConverterCollectionsConverterNamedCacheAggregate Method (ICollection, IEntryAggregator)

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Perform an aggregating operation against the entries specified by the passed keys.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public virtual Object Aggregate(
	ICollection keys,
	IEntryAggregator agent
)

Parameters

keys
Type: System.CollectionsICollection
The collection of keys that specify the entries within this cache to aggregate across.
agent
Type: Tangosol.Net.CacheIEntryAggregator
The IEntryAggregator that is used to aggregate across the specified entries of this dictionary.

Return Value

Type: Object
The result of the aggregation.

Implements

IInvocableCacheAggregate(ICollection, IEntryAggregator)
See Also