ExecuteEngineAsync(CommandContext, TSettings, IEngineManager) Method
Namespace
Statiq.App
Containing Type
EngineCommand<TSettings>

Syntax

protected abstract Task<int> ExecuteEngineAsync(CommandContext commandContext, TSettings commandSettings, IEngineManager engineManager)

Parameters

Name Type Description
commandContext CommandContext
commandSettings TSettings
engineManager IEngineManager

Return Value

Type Description
Task<int>