Click or drag to resize

TriggerBasedUpdateMinimumWaitingTimeAfterFirstTrigger 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.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public TimeSpan MinimumWaitingTimeAfterFirstTrigger { get; set; }

Property Value

TimeSpan
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionMinimumWaitingTimeAfterFirstTrigger must not be negative!
See Also