Click or drag to resize

DataSourceImportOptionsMinimumWaitingTimeAfterUpdateInSeconds 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#
public double MinimumWaitingTimeAfterUpdateInSeconds { get; set; }

Property Value

Double
The minimum time interval between updates in seconds.

Implements

IDataSourceImportOptionsMinimumWaitingTimeAfterUpdateInSeconds
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionMinimumTimeIntervalBetweenUpdatesInSeconds must be a value >= 0
See Also