Polly.Bulkhead
Namespace with 7 public types
Classes
                                     AsyncBulkheadPolicy
                                    A bulkhead-isolation policy which can be applied to delegates.
                                
                            
                            
                                
                                     AsyncBulkheadPolicy`1
                                    A bulkhead-isolation policy which can be applied to delegates.
                                
                            
                            
                                
                                     BulkheadPolicy
                                    A bulkhead-isolation policy which can be applied to delegates.
                                
                            
                            
                                
                                     BulkheadPolicy`1
                                    A bulkhead-isolation policy which can be applied to delegates returning a value of type .
                                
                            
                            
                                
                                     BulkheadRejectedException
                                    Exception thrown when a bulkhead's semaphore and queue are full.
                                
                            
                        
                        Interfaces
                                     IBulkheadPolicy
                                    Defines properties and methods common to all bulkhead policies.
                                
                            
                            
                                
                                     IBulkheadPolicy`1
                                    Defines properties and methods common to all bulkhead policies generic-typed for executions returning results of type .