Click or drag to resize

DoubleAverageInit Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Initialize the aggregation result.

Namespace:  Tangosol.Util.Aggregator
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
protected 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