Click or drag to resize

TriggerBasedUpdateMinimumWaitingTimeAfterUpdate Property

MinimumWaitingTimeAfterUpdate (default: Zero) designates the minimum time that must be waited after an update operation was executed. This parameter has the highest priority.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public TimeSpan MinimumWaitingTimeAfterUpdate { get; set; }

Property Value

TimeSpan
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionMinimumWaitingTimeAfterUpdate must not be negative!
See Also