Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Obtain the result of the aggregation.

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

Syntax

C#
protected override Object FinalizeResult(
	bool isFinal
)

Parameters

isFinal
Type: System..::..Boolean
true to indicate that the final result of the aggregation process should be returned; this will only be false if a parallel approach is being used.

Return Value

The result of the aggregation process.

Remarks

If the isFinal parameter is true, the returned object must be the final result of the aggregation; otherwise, the returned object will be treated as a partial result that should be incorporated into the final result.

See Also