Click or drag to resize

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

Property Value

TimeSpan
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionMinimumWaitingTimeAfterLastTrigger must not be negative!
See Also