Click or drag to resize

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

Property Value

Double
The poll time interval in seconds.

Implements

IDataSourceImportOptionsMaximumWaitingTimeAfterUpdateInSeconds
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionPollTimeIntervalInSeconds must be a value > 0
See Also