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

Syntax

C#
public Task<CompileTemplateResult> CompileAsync(
	string path,
	bool useCache,
	CancellationToken cancellationToken
)
Visual Basic
Public Function CompileAsync ( 
	path As String,
	useCache As Boolean,
	cancellationToken As CancellationToken
) As Task(Of CompileTemplateResult)

Parameters

path
Type: System..::..String
useCache
Type: System..::..Boolean
cancellationToken
Type: System.Threading..::..CancellationToken

Return Value

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

See Also