Click or drag to resize

GUIFactoryServiceShowBackgroundCancelDialog(Int32, ThreadStart, IExternalDrivenBackgroundMonitor) Method

Shows a cancellable background-operation dialog for a newly started thread.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual bool ShowBackgroundCancelDialog(
	int millisecondsDelay,
	ThreadStart threadstart,
	IExternalDrivenBackgroundMonitor monitor
)

Parameters

millisecondsDelay  Int32
The delay before showing the dialog.
threadstart  ThreadStart
The thread entry point.
monitor  IExternalDrivenBackgroundMonitor
The monitor that reports progress and cancellation state.

Return Value

Boolean
if the operation completed successfully; otherwise, .

Implements

IGuiFactoryServiceShowBackgroundCancelDialog(Int32, ThreadStart, IExternalDrivenBackgroundMonitor)
See Also