Click or drag to resize

ExternalDrivenBackgroundMonitorReporterCreateSubTask Method

[Missing <summary> documentation for "M:Altaxo.Main.Services.ExternalDrivenBackgroundMonitor.Reporter.CreateSubTask(System.Double,System.Threading.CancellationToken,System.Threading.CancellationToken,System.String)"]


Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IProgressReporter CreateSubTask(
	double fractionOfWork,
	CancellationToken cancellationTokenSoft,
	CancellationToken cancellationTokenHard,
	string taskName
)

Parameters

fractionOfWork  Double

[Missing <param name="fractionOfWork"/> documentation for "M:Altaxo.Main.Services.ExternalDrivenBackgroundMonitor.Reporter.CreateSubTask(System.Double,System.Threading.CancellationToken,System.Threading.CancellationToken,System.String)"]

cancellationTokenSoft  CancellationToken

[Missing <param name="cancellationTokenSoft"/> documentation for "M:Altaxo.Main.Services.ExternalDrivenBackgroundMonitor.Reporter.CreateSubTask(System.Double,System.Threading.CancellationToken,System.Threading.CancellationToken,System.String)"]

cancellationTokenHard  CancellationToken

[Missing <param name="cancellationTokenHard"/> documentation for "M:Altaxo.Main.Services.ExternalDrivenBackgroundMonitor.Reporter.CreateSubTask(System.Double,System.Threading.CancellationToken,System.Threading.CancellationToken,System.String)"]

taskName  String

[Missing <param name="taskName"/> documentation for "M:Altaxo.Main.Services.ExternalDrivenBackgroundMonitor.Reporter.CreateSubTask(System.Double,System.Threading.CancellationToken,System.Threading.CancellationToken,System.String)"]

Return Value

IProgressReporter

[Missing <returns> documentation for "M:Altaxo.Main.Services.ExternalDrivenBackgroundMonitor.Reporter.CreateSubTask(System.Double,System.Threading.CancellationToken,System.Threading.CancellationToken,System.String)"]

See Also