Click or drag to resize

DummyProgressReporterCreateSubTask Method

[Missing <summary> documentation for "M:Altaxo.Main.Services.DummyProgressReporter.CreateSubTask(System.Double,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 CreateSubTask(
	double workAmount,
	CancellationToken cancellationToken
)

Parameters

workAmount  Double

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

cancellationToken  CancellationToken

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

Return Value

IProgressReporter

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

See Also