OnCircuitOpenedArguments<TResult>
Arguments used by  OnOpened event.
            
                
Gets the duration of break.
            
Gets the context of this event.
            
Gets a value indicating whether the circuit was opened manually by using  CircuitBreakerManualControl.
            
Gets the outcome that caused the circuit to open.
            
public OnCircuitOpenedArguments(ResilienceContext context, Outcome<TResult> outcome, TimeSpan breakDuration, bool isManual)
Initializes a new instance of the  OnCircuitOpenedArguments<T> struct.