Click or drag to resize
TopicConverterConvertAsync Method (Paths, IDictionaryString, TopicData, CancellationToken, IProgressIndicator)
Converts the topic 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,
	IDictionary<string, TopicData> name2topic,
	CancellationToken cancellationToken = null,
	IProgress<Indicator> progress = null
)

Parameters

paths
Type: Amdl.Maml.ConverterPaths
Paths.
name2topic
Type: System.Collections.GenericIDictionaryString, TopicData
Mapping from topic name to data.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
Cancellation token.
progress (Optional)
Type: SystemIProgressIndicator
Progress indicator.

Return Value

Type: Task
Asynchronous task.
See Also