ExternalDrivenBackgroundMonitorReporter Constructor |
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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