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

OnCircuitOpenedArguments

Arguments used by OnOpened event.
public TimeSpan BreakDuration { get; set; }

The duration of break.

public bool IsManual { get; set; }

Indicates whether the circuit was opened manually by using CircuitBreakerManualControl.

public OnCircuitOpenedArguments(TimeSpan BreakDuration, bool IsManual)

Arguments used by OnOpened event.

public void Deconstruct(out TimeSpan BreakDuration, out bool IsManual)

public bool Equals(OnCircuitOpenedArguments other)