PipelineCollectionExtensions.

Add(IPipelineCollection, IModule[]) Method

Summary

Adds a new unnamed pipeline to the collection.

Syntax

public static IPipeline Add(this IPipelineCollection pipelines, params IModule[] modules)

Parameters

Name Type Description
pipelines IPipelineCollection The pipeline collection.
modules IModule[] The modules the new pipeline should contain.

Return Value

Type Description
IPipeline The newly added pipeline.
GitHub