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

ResilienceTelemetrySource

The source of resilience telemetry events.
public string BuilderName { get; set; }

The builder name.

The builder properties.

public string StrategyName { get; set; }

The strategy name.

public string StrategyType { get; set; }

The strategy type.

public ResilienceTelemetrySource(string BuilderName, ResilienceProperties BuilderProperties, string StrategyName, string StrategyType)

The source of resilience telemetry events.

public void Deconstruct(out string BuilderName, out ResilienceProperties BuilderProperties, out string StrategyName, out string StrategyType)

public bool Equals(ResilienceTelemetrySource other)