|   | Concentrator | 
 Syntax
Syntaxprotected ConcentratorBase( int framesPerSecond, double lagTime, double leadTime )
 Exceptions
Exceptions| Exception | Condition | 
|---|---|
| ArgumentOutOfRangeException | Specified argument is outside of allowed value range (see remarks). | 
 Remarks
RemarksframesPerSecond 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).
 See Also
See Also