PipelineCollectionExtensions.

InsertAfter(IPipelineCollection, string, IPipeline) Method

Summary

Inserts an existing pipeline after an existing named pipeline.

Syntax

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

Parameters

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

Return Value

Type Description
IPipeline The inserted pipeline.
GitHub