TaskCancelControllerStartExecution Method |
Starts execution of the specified action on a background thread.
Namespace: Altaxo.Gui.CommonAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void StartExecution(
Action<IProgressReporter> action,
int delayInMilliseconds
)
Parameters
- action ActionIProgressReporter
- The action to execute.
- delayInMilliseconds Int32
- The delay before the progress window becomes visible.
See Also