DistinctValuesInit Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Initialize the aggregation result.
Namespace:
Tangosol.Util.Aggregator
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxprotected override void Init(
bool isFinal
)
Parameters
- isFinal
- Type: SystemBoolean
true is passed if the aggregation process that is being
initialized must produce a final aggregation result; this will
only be false if a parallel approach is being used and the
initial (partial) aggregation process is being initialized.
See Also