Click or drag to resize

ExternalDrivenBackgroundMonitorReporter Constructor

Initializes a new instance of the ExternalDrivenBackgroundMonitorReporter class

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Reporter(
	ExternalDrivenBackgroundMonitor root,
	ExternalDrivenBackgroundMonitorReporter? parent,
	int level,
	double fractionOfWorkOfParent,
	string taskName,
	CancellationToken cancellationToken,
	CancellationToken cancellationTokenHard
)

Parameters

root  ExternalDrivenBackgroundMonitor

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

parent  ExternalDrivenBackgroundMonitorReporter

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

level  Int32

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

fractionOfWorkOfParent  Double

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

taskName  String

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

cancellationToken  CancellationToken

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

cancellationTokenHard  CancellationToken

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

See Also