Click or drag to resize
TreeConverterConvertAsync Method
Converts the tree to MAML.

Namespace: Amdl.Maml.Converter
Assembly: Amdl.Maml.Converter (in Amdl.Maml.Converter.dll) Version: 1.0.5821.17059
Syntax
public static Task ConvertAsync(
	Paths paths,
	CancellationToken cancellationToken,
	IProgress<Indicator> progress,
	IProgress<Indicator> stepProgress
)

Parameters

paths
Type: Amdl.Maml.ConverterPaths
Paths.
cancellationToken
Type: System.ThreadingCancellationToken
Cancellation token.
progress
Type: SystemIProgressIndicator
Progress indicator.
stepProgress
Type: SystemIProgressIndicator
Step progress indicator.

Return Value

Type: Task
Asynchronous task.
See Also