Configures processes to launch.
- Namespace
- Statiq
.Web - Containing Type
- Bootstrapper
Process Extensions
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 |
The configuration action. |
Return Value
| Type | Description |
|---|---|
| TBootstrapper | The bootstrapper. |