PipelineComponent abstract class PipelineComponent : IAsyncDisposable Represents a single component of a resilience pipeline. Documentation Code public static PipelineComponent Empty { get; } protected PipelineComponent() public abstract ValueTask DisposeAsync()