OnCircuitClosedArguments public struct OnCircuitClosedArguments : IEquatable<OnCircuitClosedArguments> Arguments used by OnClosed event. Documentation Code 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 static bool op_Equality(OnCircuitClosedArguments left, OnCircuitClosedArguments right) public static bool op_Inequality(OnCircuitClosedArguments left, OnCircuitClosedArguments right) public void Deconstruct(out bool IsManual) public bool Equals(OnCircuitClosedArguments other)