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

OnCircuitOpenedArguments

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

The duration of break.

protected virtual Type EqualityContract { get; }

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 virtual bool Equals(OnCircuitOpenedArguments other)

protected virtual bool PrintMembers(StringBuilder builder)