Click or drag to resize

DataSourceImportOptionsMinimumWaitingTimeAfterFirstTriggerInSeconds Property

MinimumWaitingTimeAfterFirstTrigger (default: Zero): designates the minimum time interval that should at least be waited after the first trigger (after an update) and the next update operation.

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

Property Value

Double

Implements

IDataSourceImportOptionsMinimumWaitingTimeAfterFirstTriggerInSeconds
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionMinimumWaitingTimeAfterFirstTrigger must not be negative!
See Also