<PackageReference Include="Polly.Core" Version="8.1.0" />

ResiliencePipelineBuilderBase

public abstract class ResiliencePipelineBuilderBase
A builder that is used to create an instance of ResiliencePipeline.
public ResilienceContextPool ContextPool { get; set; }

Gets or sets the ResilienceContextPool associated with the builder.

public string InstanceName { get; set; }

Gets or sets the instance name of the builder.

public string Name { get; set; }

Gets or sets the name of the builder.

public TelemetryListener TelemetryListener { get; set; }

Gets or sets the TelemetryListener that is used by Polly to report resilience events.