PipelineCollectionExtensions.

Add(IPipelineCollection, IModuleList) Method

Summary

Adds a new unnamed pipeline to the collection.

Syntax

public static IPipeline Add(this IPipelineCollection pipelines, IModuleList modules)

Parameters

Name Type Description
pipelines IPipelineCollection The pipeline collection.
modules IModuleList The modules the new pipeline should contain.

Return Value

Type Description
IPipeline The newly added pipeline.
GitHub