Click or drag to resize

DummyProgressReporterReportProgress(String, Double) Method

[Missing <summary> documentation for "M:Altaxo.Main.Services.DummyProgressReporter.ReportProgress(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 ReportProgress(
	string text,
	double progressFraction
)

Parameters

text  String

[Missing <param name="text"/> documentation for "M:Altaxo.Main.Services.DummyProgressReporter.ReportProgress(System.String,System.Double)"]

progressFraction  Double

[Missing <param name="progressFraction"/> documentation for "M:Altaxo.Main.Services.DummyProgressReporter.ReportProgress(System.String,System.Double)"]

Implements

IProgressReporterReportProgress(String, Double)
See Also