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

OnHedgingArguments

Represents arguments used by the on-hedging event.
public int Attempt { get; set; }

The zero-based hedging attempt number.

public OnHedgingArguments(int Attempt)

Represents arguments used by the on-hedging event.

public static bool op_Equality(OnHedgingArguments left, OnHedgingArguments right)

public static bool op_Inequality(OnHedgingArguments left, OnHedgingArguments right)

public void Deconstruct(out int Attempt)

public bool Equals(OnHedgingArguments other)