Pipeline.

Pipeline(string, IModule[]) Constructor

Summary

Creates a pipeline with the specified modules and the specified name.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.Execution
Containing Type
Pipeline

Syntax

public Pipeline(string name, params IModule[] modules)

Parameters

Name Type Description
name string The name of the pipeline.
modules IModule[] The modules in the pipeline.

Return Value

Type Description
void
GitHub