RetryPolicy<TResult> public class RetryPolicy<TResult> : Policy<TResult>, IRetryPolicy<TResult>, IRetryPolicy, IsPolicy A retry policy that can be applied to synchronous delegates returning a value of type TResult. Documentation Code