DoubleAverageFinalizeResult Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Obtain the result of the aggregation.
Namespace:
Tangosol.Util.Aggregator
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxprotected 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