Click or drag to resize

TriggerBasedUpdateMaximumWaitingTimeAfterUpdate Property

MaximumWaitingTimeAfterUpdate (default: Infinity): designates the maximum time that must be waited after an update operation was executed. Normally infinity. If set to another value, it can be used to 'poll' the update operation.

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

Property Value

TimeSpan
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionMinimumWaitingTimeAfterUpdate must not be negative!
See Also