Polly.Wrap
Namespace with 7 public types
Classes
AsyncPolicyWrap
A policy that allows two (and by recursion more) async Polly policies to wrap executions of async delegates.
AsyncPolicyWrap`1
A policy that allows two (and by recursion more) async Polly policies to wrap executions of async delegates.
PolicyWrap
A policy that allows two (and by recursion more) Polly policies to wrap executions of delegates.
PolicyWrap`1
A policy that allows two (and by recursion more) Polly policies to wrap executions of delegates.
Static Classes
IPolicyWrapExtension
Extension methods for IPolicyWrap.
Interfaces
IPolicyWrap
Defines properties and methods common to all PolicyWrap policies.
IPolicyWrap`1
Defines properties and methods common to all PolicyWrap policies generic-typed for executions returning results of type .