PolicyWrap public class PolicyWrap : Policy, IPolicyWrap, IsPolicy A policy that allows two (and by recursion more) Polly policies to wrap executions of delegates. Documentation Code public IsPolicy Inner { get; } Returns the next inner IsPolicy in this IPolicyWrap public IsPolicy Outer { get; } Returns the outer IsPolicy in this IPolicyWrap