ExecuteEngineAsync(CommandContext, ServeCommandSettings, IEngineManager) Method
Namespace
Statiq.Web.Commands
Containing Type
ServeCommand
Overridden
ExecuteEngineAsync(CommandContext, ServeCommandSettings, IEngineManager)

Syntax

protected override Task<int> ExecuteEngineAsync(CommandContext commandContext, ServeCommandSettings commandSettings, IEngineManager engineManager)

Parameters

Name Type Description
commandContext CommandContext
commandSettings ServeCommandSettings
engineManager IEngineManager

Return Value

Type Description
Task<int>