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.3572.0 (4.8.3572.0)
Syntax
C#
public Reporter(
	ExternalDrivenBackgroundMonitor root,
	ExternalDrivenBackgroundMonitorReporter? parent,
	int level,
	double fractionOfWorkOfParent,
	string taskName,
	CancellationToken cancellationToken,
	CancellationToken cancellationTokenHard
)

Parameters

root  ExternalDrivenBackgroundMonitor
The root background monitor.
parent  ExternalDrivenBackgroundMonitorReporter
The parent reporter, if any.
level  Int32
The nesting level of this reporter.
fractionOfWorkOfParent  Double
The fraction of the parent's work represented by this reporter.
taskName  String
The task name.
cancellationToken  CancellationToken
The soft-cancellation token.
cancellationTokenHard  CancellationToken
The hard-cancellation token.
See Also