Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public static Task<TemplateParseResult> ParseFileAsync(
	string filePath,
	CancellationToken cancellationToken
)
Visual Basic
Public Shared Function ParseFileAsync ( 
	filePath As String,
	cancellationToken As CancellationToken
) As Task(Of TemplateParseResult)

Parameters

filePath
Type: System..::..String
cancellationToken
Type: System.Threading..::..CancellationToken

Return Value

Type: Task<(Of <(<'TemplateParseResult>)>)>

See Also