Click or drag to resize

TaskCancelControllerStartExecution Method

[Missing <summary> documentation for "M:Altaxo.Gui.Common.TaskCancelController.StartExecution(System.Action{Altaxo.IProgressReporter},System.Int32)"]


Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void StartExecution(
	Action<IProgressReporter> action,
	int delayInMilliseconds
)

Parameters

action  ActionIProgressReporter

[Missing <param name="action"/> documentation for "M:Altaxo.Gui.Common.TaskCancelController.StartExecution(System.Action{Altaxo.IProgressReporter},System.Int32)"]

delayInMilliseconds  Int32

[Missing <param name="delayInMilliseconds"/> documentation for "M:Altaxo.Gui.Common.TaskCancelController.StartExecution(System.Action{Altaxo.IProgressReporter},System.Int32)"]

See Also