CircuitBreakerManualControl
Allows manual control of the circuit-breaker.
public CircuitBreakerManualControl()
Closes the circuit, and resets any statistics controlling automated circuit-breaking.
Disposes the current class.
Isolates (opens) the circuit manually, and holds it in this state until a call to CloseAsync is made.