Click or drag to resize
TopicParserParseAsync Method (IEnumerableTopicData, Paths, CancellationToken, IProgressIndicator)
Parses the topics.

Namespace: Amdl.Maml.Converter
Assembly: Amdl.Maml.Converter (in Amdl.Maml.Converter.dll) Version: 1.0.5821.17059
Syntax
public static Task<IEnumerable<TopicData>> ParseAsync(
	IEnumerable<TopicData> topics,
	Paths paths,
	CancellationToken cancellationToken = null,
	IProgress<Indicator> progress = null
)

Parameters

topics
Type: System.Collections.GenericIEnumerableTopicData
The topics.
paths
Type: Amdl.Maml.ConverterPaths
Paths.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
Cancellation token.
progress (Optional)
Type: SystemIProgressIndicator
Progress indicator.

Return Value

Type: TaskIEnumerableTopicData
Parsed topics.
See Also