Polly.NoOp
Namespace with 6 public types
Classes
                                     AsyncNoOpPolicy
                                    A noop policy that can be applied to asynchronous delegates.
                                
                            
                            
                                
                                     AsyncNoOpPolicy`1
                                    A noop policy that can be applied to asynchronous delegates returning a value of type .
                                
                            
                            
                                
                                     NoOpPolicy
                                    A no op policy that can be applied to delegates.
                                
                            
                            
                                
                                     NoOpPolicy`1
                                    A no op policy that can be applied to delegates returning a value of type .
                                
                            
                        
                        Interfaces
                                     INoOpPolicy
                                    Defines properties and methods common to all NoOp policies.
                                
                            
                            
                                
                                     INoOpPolicy`1
                                    Defines properties and methods common to all NoOp policies generic-typed for executions returning results of type .