Polly.CircuitBreaker
Namespace with 7 public types
Classes
                                     AsyncCircuitBreakerPolicy
                                    A circuit-breaker policy that can be applied to async delegates.
                                
                            
                            
                                
                                     AsyncCircuitBreakerPolicy`1
                                    A circuit-breaker policy that can be applied to async delegates.
                                
                            
                            
                                
                                     BrokenCircuitException`1
                                    Exception thrown when a circuit is broken.
                                
                            
                            
                                
                                     CircuitBreakerPolicy
                                    A circuit-breaker policy that can be applied to delegates.
                                
                            
                            
                                
                                     CircuitBreakerPolicy`1
                                    A circuit-breaker policy that can be applied to delegates returning a value of type .
                                
                            
                        
                        Interfaces
                                     ICircuitBreakerPolicy
                                    Defines properties and methods common to all circuit-breaker policies.
                                
                            
                            
                                
                                     ICircuitBreakerPolicy`1
                                    Defines properties and methods common to all circuit-breaker policies generic-typed for executions returning results of type .