AfterInitialExecutionAsync(CommandContext, PreviewCommandSettings, IEngineManager, CancellationTokenSource) Method
Namespace
Statiq.Web.Commands
Containing Type
PreviewCommand
Overridden
AfterInitialExecutionAsync(CommandContext, PreviewCommandSettings, IEngineManager, CancellationTokenSource)

Syntax

protected override Task AfterInitialExecutionAsync(CommandContext commandContext, PreviewCommandSettings commandSettings, IEngineManager engineManager, CancellationTokenSource cancellationTokenSource)

Parameters

Name Type Description
commandContext CommandContext
commandSettings PreviewCommandSettings
engineManager IEngineManager
cancellationTokenSource CancellationTokenSource

Return Value

Type Description
Task