Click or drag to resize

GUIFactoryServiceExecuteAsUserCancellable Method

[Missing <summary> documentation for "M:Altaxo.Main.Services.GUIFactoryService.ExecuteAsUserCancellable(System.Int32,System.Action{Altaxo.IProgressReporter})"]


Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract Exception? ExecuteAsUserCancellable(
	int millisecondsDelay,
	Action<IProgressReporter> action
)

Parameters

millisecondsDelay  Int32

[Missing <param name="millisecondsDelay"/> documentation for "M:Altaxo.Main.Services.GUIFactoryService.ExecuteAsUserCancellable(System.Int32,System.Action{Altaxo.IProgressReporter})"]

action  ActionIProgressReporter

[Missing <param name="action"/> documentation for "M:Altaxo.Main.Services.GUIFactoryService.ExecuteAsUserCancellable(System.Int32,System.Action{Altaxo.IProgressReporter})"]

Return Value

Exception

[Missing <returns> documentation for "M:Altaxo.Main.Services.GUIFactoryService.ExecuteAsUserCancellable(System.Int32,System.Action{Altaxo.IProgressReporter})"]

Implements

IGuiFactoryServiceExecuteAsUserCancellable(Int32, ActionIProgressReporter)
See Also