Click or drag to resize

IGuiFactoryServiceShowBackgroundCancelDialog(Int32, Thread, IExternalDrivenBackgroundMonitor) Method

[Missing <summary> documentation for "M:Altaxo.Main.Services.IGuiFactoryService.ShowBackgroundCancelDialog(System.Int32,System.Threading.Thread,Altaxo.Main.Services.IExternalDrivenBackgroundMonitor)"]


Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
bool ShowBackgroundCancelDialog(
	int millisecondsDelay,
	Thread thread,
	IExternalDrivenBackgroundMonitor monitor
)

Parameters

millisecondsDelay  Int32

[Missing <param name="millisecondsDelay"/> documentation for "M:Altaxo.Main.Services.IGuiFactoryService.ShowBackgroundCancelDialog(System.Int32,System.Threading.Thread,Altaxo.Main.Services.IExternalDrivenBackgroundMonitor)"]

thread  Thread

[Missing <param name="thread"/> documentation for "M:Altaxo.Main.Services.IGuiFactoryService.ShowBackgroundCancelDialog(System.Int32,System.Threading.Thread,Altaxo.Main.Services.IExternalDrivenBackgroundMonitor)"]

monitor  IExternalDrivenBackgroundMonitor

[Missing <param name="monitor"/> documentation for "M:Altaxo.Main.Services.IGuiFactoryService.ShowBackgroundCancelDialog(System.Int32,System.Threading.Thread,Altaxo.Main.Services.IExternalDrivenBackgroundMonitor)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Main.Services.IGuiFactoryService.ShowBackgroundCancelDialog(System.Int32,System.Threading.Thread,Altaxo.Main.Services.IExternalDrivenBackgroundMonitor)"]

See Also