ConfigureProcesses<TBootstrapper>(TBootstrapper, Action<Processes>) Method
Configures processes to launch.
Namespace
Statiq.Web
Containing Type
BootstrapperProcessExtensions

Syntax

public static TBootstrapper ConfigureProcesses<TBootstrapper>(this TBootstrapper bootstrapper, Action<Processes> action) 
    where TBootstrapper : IBootstrapper

Type Parameters

Name Description
TBootstrapper

Parameters

Name Type Description
bootstrapper TBootstrapper The current bootstrapper.
action Action<Processes> The configuration action.

Return Value

Type Description
TBootstrapper The bootstrapper.