IGuiFactoryServiceShowBackgroundCancelDialog(Int32, Thread, IExternalDrivenBackgroundMonitor) Method |
Shows a cancel dialog for an already created background thread.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxbool ShowBackgroundCancelDialog(
int millisecondsDelay,
Thread thread,
IExternalDrivenBackgroundMonitor monitor
)
Parameters
- millisecondsDelay Int32
- The delay before showing the dialog.
- thread Thread
- The existing thread to monitor.
- monitor IExternalDrivenBackgroundMonitor
- The monitor that reports progress and cancellation state.
Return Value
Boolean if the operation completed successfully; otherwise,
.
See Also