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

OnCircuitClosedArguments

Arguments used by OnClosed event.
public bool IsManual { get; set; }

Indicates whether the circuit was closed manually by using CircuitBreakerManualControl.

public OnCircuitClosedArguments(bool IsManual)

Arguments used by OnClosed event.

public void Deconstruct(out bool IsManual)

public bool Equals(OnCircuitClosedArguments other)