Polly.Retry
Namespace with 6 public types
Classes
                                     AsyncRetryPolicy
                                    A retry policy that can be applied to asynchronous delegates.
                                
                            
                            
                                
                                     AsyncRetryPolicy`1
                                    A retry policy that can be applied to asynchronous delegates returning a value of type .
                                
                            
                            
                                
                                     RetryPolicy
                                    A retry policy that can be applied to synchronous delegates.
                                
                            
                            
                                
                                     RetryPolicy`1
                                    A retry policy that can be applied to synchronous delegates returning a value of type .
                                
                            
                        
                        Interfaces
                                     IRetryPolicy
                                    Defines properties and methods common to all Retry policies.
                                
                            
                            
                                
                                     IRetryPolicy`1
                                    Defines properties and methods common to all Retry policies generic-typed for executions returning results of type .