 | TreeConverter.ConvertAsync Method |
Converts the tree to MAML.
Namespace: Amdl.Maml.ConverterAssembly: Amdl.Maml.Converter (in Amdl.Maml.Converter.dll) Version: 1.0.5821.17059
Syntaxpublic static Task ConvertAsync(
Paths paths,
CancellationToken cancellationToken,
IProgress<Indicator> progress,
IProgress<Indicator> stepProgress
)
Public Shared Function ConvertAsync (
paths As Paths,
cancellationToken As CancellationToken,
progress As IProgress(Of Indicator),
stepProgress As IProgress(Of Indicator)
) As Task
public:
static Task^ ConvertAsync(
Paths paths,
CancellationToken cancellationToken,
IProgress<Indicator>^ progress,
IProgress<Indicator>^ stepProgress
)
static member ConvertAsync :
paths : Paths *
cancellationToken : CancellationToken *
progress : IProgress<Indicator> *
stepProgress : IProgress<Indicator> -> Task
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:
TaskAsynchronous task.
See Also