Click or drag to resize

DoubleAverageFinalizeResult Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Obtain the result of the aggregation.

Namespace:  Tangosol.Util.Aggregator
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
protected override Object FinalizeResult(
	bool isFinal
)

Parameters

isFinal
Type: SystemBoolean
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

Type: Object
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