<PackageReference Include="Polly.Core" Version="8.0.0-alpha.6" />

ResilienceStrategyBuilderContext

public sealed class ResilienceStrategyBuilderContext
The context used for building an individual resilience strategy.
public string BuilderInstanceName { get; }

Gets the instance name of the builder.

public string BuilderName { get; }

Gets the name of the builder.

Gets the custom properties attached to the builder.

public string StrategyName { get; }

Gets the name of the strategy.

public string StrategyType { get; }

Gets the type of the strategy.

Gets the resilience telemetry used to report important events.