Click or drag to resize

ExternalDrivenBackgroundMonitorNewMonitorAndReporter Method

Creates a new monitor together with a matching progress reporter.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static (ExternalDrivenBackgroundMonitor monitor, IProgressReporter reporter) NewMonitorAndReporter()

Return Value

ValueTupleExternalDrivenBackgroundMonitor, IProgressReporter
A tuple containing the created monitor and reporter.
See Also