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.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax double MaximumWaitingTimeAfterUpdateInSeconds { get; }
Property Value
Double
The poll time interval in seconds.
See Also