.NET API Reference for Oracle® Coherence Community Edition
.NET API Reference for Oracle® Coherence Community Edition
.NET API Reference for Oracle® Coherence Community Edition
Tangosol.Net.Cache
ContinuousQueryCache Class
ContinuousQueryCache Methods
Aggregate Method
Aggregate Method (ICollection, IEntryAggregator)
Aggregate Method (IFilter, IEntryAggregator)
ContinuousQueryCache
Aggregate Method (ICollection, IEntryAggregator)
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Perform an aggregating operation against the entries specified by the passed keys.
Namespace:
Tangosol.Net.Cache
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
Copy
public
virtual
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
Type:
Object
The result of the aggregation.
Implements
IInvocableCache
Aggregate(ICollection, IEntryAggregator)
See Also
Reference
ContinuousQueryCache Class
Aggregate Overload
Tangosol.Net.Cache Namespace
Copyright © 2000, 2020, Oracle and/or its affiliates. All rights reserved.