Namespace Polly.Wrap
Classes
- PolicyWrap
A policy that allows two (and by recursion more) Polly policies to wrap executions of delegates.
- PolicyWrap<TResult>
A policy that allows two (and by recursion more) Polly policies to wrap executions of delegates.
Interfaces
- IPolicyWrap
Defines properties and methods common to all PolicyWrap policies.
- IPolicyWrap<TResult>
Defines properties and methods common to all PolicyWrap policies generic-typed for executions returning results of type
TResult
.