OnCircuitClosedArguments public class OnCircuitClosedArguments : IEquatable<OnCircuitClosedArguments> Arguments used by OnClosed event. Documentation Code protected virtual Type EqualityContract { get; } public bool IsManual { get; set; } Indicates whether the circuit was closed manually by using CircuitBreakerManualControl. public OnCircuitClosedArguments(bool IsManual) Arguments used by OnClosed event. protected OnCircuitClosedArguments(OnCircuitClosedArguments original) public static bool op_Equality(OnCircuitClosedArguments left, OnCircuitClosedArguments right) public static bool op_Inequality(OnCircuitClosedArguments left, OnCircuitClosedArguments right) public virtual OnCircuitClosedArguments <Clone>$() public void Deconstruct(out bool IsManual) public virtual bool Equals(OnCircuitClosedArguments other) protected virtual bool PrintMembers(StringBuilder builder)