ExecuteCommandAsync(CommandContext, TSettings) Method
Namespace
Statiq.App
Containing Type
EngineCommand<TSettings>
Overridden
ExecuteCommandAsync(CommandContext, TSettings)

Syntax

public override sealed Task<int> ExecuteCommandAsync(CommandContext commandContext, TSettings commandSettings)

Parameters

Name Type Description
commandContext CommandContext
commandSettings TSettings

Return Value

Type Description
Task<int>