Click or drag to resize

IDataSourceImportOptionsMaximumWaitingTimeAfterUpdateInSeconds Property

Gets the poll time interval in seconds. This value is needed if the data source does not support update notifications. In this case the table is automatically refreshed when the poll time interval elapsed.

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

Property Value

Double
The poll time interval in seconds.
See Also