Click or drag to resize
TopicParser.ParseAsync Method (IEnumerable<TopicData>, Paths, CancellationToken, IProgress<Indicator>)
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.Generic.IEnumerable<TopicData>
The topics.
paths
Type: Amdl.Maml.Converter.Paths
Paths.
cancellationToken (Optional)
Type: System.Threading.CancellationToken
Cancellation token.
progress (Optional)
Type: System.IProgress<Indicator>
Progress indicator.

Return Value

Type: Task<IEnumerable<TopicData>>
Parsed topics.
See Also