Click or drag to resize

IDataSourceImportOptionsMinimumWaitingTimeAfterUpdateInSeconds Property

Gets the minimum time interval between updates in seconds. This value is especially important if update notifications from the data source are fired too frequently. In this case the value limits the update frequency.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
double MinimumWaitingTimeAfterUpdateInSeconds { get; }

Property Value

Double
The minimum time interval between updates in seconds.
See Also