Click or drag to resize

IGuiFactoryServiceExecuteAsUserCancellable Method

[Missing <summary> documentation for "M:Altaxo.Main.Services.IGuiFactoryService.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#
Exception? ExecuteAsUserCancellable(
	int millisecondsDelay,
	Action<IProgressReporter> action
)

Parameters

millisecondsDelay  Int32

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

action  ActionIProgressReporter

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

Return Value

Exception

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

See Also