Gemstone.Timeseries.ConcentratorBase = function(framesPerSecond, lagTime, leadTime);
framesPerSecond must be greater then 0.
lagTime must be greater than zero, but can be specified in sub-second intervals (e.g., set to .25 for a quarter-second lag time). Note that this defines time sensitivity to past timestamps.
leadTime must be greater than zero, but can be specified in sub-second intervals (e.g., set to .5 for a half-second lead time). Note that this defines time sensitivity to future timestamps.
Concentration will not begin until consumer "Starts" concentrator (i.e., calling Start method or setting Enabled = true).
ArgumentOutOfRangeException | Specified argument is outside of allowed value range (see remarks). |