Click or drag to resize

DummyProgressReporterReport(ValueTupleString, Double) Method

[Missing <summary> documentation for "M:Altaxo.Main.Services.DummyProgressReporter.Report(System.ValueTuple{System.String,System.Double})"]


Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Report(
	(string text, double progressFraction) value
)

Parameters

value  ValueTupleString, Double

[Missing <param name="value"/> documentation for "M:Altaxo.Main.Services.DummyProgressReporter.Report(System.ValueTuple{System.String,System.Double})"]

Implements

IProgressTReport(T)
See Also