Click or drag to resize

IDataSourceImportOptionsMinimumWaitingTimeAfterLastTriggerInSeconds Property

MinimumWaitingTimeAfterLastTrigger (default: Zero): designates the time interval that at least should be waited between the latest occured 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#
double MinimumWaitingTimeAfterLastTriggerInSeconds { get; }

Property Value

Double
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionMinimumWaitingTimeAfterLastTrigger must not be negative!
See Also