Click or drag to resize

TaskCancelControllerStartExecution Method

Starts execution of the specified action on a background thread.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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