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