PipelineCollectionExtensions.

InsertBefore(IPipelineCollection, string, IPipeline) Method

Summary

Inserts an existing pipeline before an existing named pipeline.

Syntax

public static IPipeline InsertBefore(this IPipelineCollection pipelines, string target, IPipeline pipeline)

Parameters

Name Type Description
pipelines IPipelineCollection The pipeline collection.
target string The pipeline before which the specified pipeline should be inserted.
pipeline IPipeline The pipeline to insert.

Return Value

Type Description
IPipeline The inserted pipeline.
GitHub