Click or drag to resize
TopicParserParseAsync Method (TopicData, Paths, CancellationToken, IProgressIndicator, Int32, Int32)
Parses the topic.

Namespace: Amdl.Maml.Converter
Assembly: Amdl.Maml.Converter (in Amdl.Maml.Converter.dll) Version: 1.0.5821.17059
Syntax
public static Task<TopicParserResult> ParseAsync(
	TopicData topic,
	Paths paths,
	CancellationToken cancellationToken,
	IProgress<Indicator> progress = null,
	int index = 0,
	int count = 0
)

Parameters

topic
Type: Amdl.Maml.ConverterTopicData
The topic.
paths
Type: Amdl.Maml.ConverterPaths
Paths.
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: TaskTopicParserResult
Parsed topic.
See Also