Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.3.0)
E80354-01
Perform an aggregating operation against the entries specified by the passed keys.

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

Syntax

C#
Object Aggregate(
	ICollection keys,
	IEntryAggregator agent
)

Parameters

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

Return Value

The result of the aggregation.

See Also