Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Incorporate one aggregatable value into the result.

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

Syntax

C#
protected override void Process(
	Object o,
	bool isFinal
)

Parameters

o
Type: System..::..Object
The value to incorporate into the aggregated result.
isFinal
Type: System..::..Boolean
true to indicate that the given object is a partial result returned by a parallel aggregator.

Remarks

If the isFinal parameter is true, the given object is a partial result (returned by an individual parallel aggregator) that should be incorporated into the final result; otherwise, the object is a value extracted from an IInvocableCacheEntry.

See Also