DelegatingComponent sealed class DelegatingComponent : PipelineComponent A component that delegates the execution to the next component in the chain. Documentation Code public PipelineComponent Next { get; set; } public DelegatingComponent(PipelineComponent component)