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

Parameters

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

Return Value

Type: Task
Asynchronous task.
See Also