Polly.Timeout
Namespace with 7 public types
Classes
                                     AsyncTimeoutPolicy
                                    A timeout policy which can be applied to async delegates.
                                
                            
                            
                                
                                     AsyncTimeoutPolicy`1
                                    A timeout policy which can be applied to async delegates.
                                
                            
                            
                                
                                     TimeoutPolicy
                                    A timeout policy which can be applied to delegates.
                                
                            
                            
                                
                                     TimeoutPolicy`1
                                    A timeout policy which can be applied to delegates returning a value of type .
                                
                            
                        
                        Enumerations
                                     TimeoutStrategy
                                    Defines how timeouts are enforced.
                                
                            
                        
                        Interfaces
                                     ITimeoutPolicy
                                    Defines properties and methods common to all Timeout policies.
                                
                            
                            
                                
                                     ITimeoutPolicy`1
                                    Defines properties and methods common to all Timeout policies generic-typed for executions returning results of type .