Click or drag to resize

ExternalDrivenBackgroundMonitorReporterGetSubTask(Double, CancellationToken, CancellationToken) Method

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


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

Parameters

fractionOfWork  Double

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

cancellationTokenSoft  CancellationToken

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

cancellationTokenHard  CancellationToken

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

Return Value

IProgressReporter

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

Implements

IProgressReporterGetSubTask(Double, CancellationToken, CancellationToken)
See Also