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.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic TimeSpan MaximumWaitingTimeAfterUpdate { get; set; }
Property Value
TimeSpan
Exceptions
See Also