Click or drag to resize
Grid Solutions Framework

DynamicCalculatorCalculationInterval Property

Gets or sets the interval at which the adapter should calculate values.

Namespace: DynamicCalculator
Assembly: DynamicCalculator (in DynamicCalculator.dll) Version: 2.4.182-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(0)]
public double CalculationInterval { get; set; }
View Source

Property Value

Double
Remarks
Set to zero to disable the timer and calculate values upon receipt of input data.
See Also