Click or drag to resize
TreeConverter.ConvertAsync 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.Converter.Paths
Paths.
cancellationToken
Type: System.Threading.CancellationToken
Cancellation token.
progress
Type: System.IProgress<Indicator>
Progress indicator.
stepProgress
Type: System.IProgress<Indicator>
Step progress indicator.

Return Value

Type: Task
Asynchronous task.
See Also