Polly.PredicateResult public static class PredicateResult Class that represents the results that can be used in predicates. Documentation Code namespace Polly { public static class PredicateResult { public static ValueTask<bool> True(); public static ValueTask<bool> False(); } }