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