AsyncRetryPolicy<TResult>
                    public class AsyncRetryPolicy<TResult> : AsyncPolicy<TResult>, IRetryPolicy<TResult>, IRetryPolicy, IsPolicy
                
                A retry policy that can be applied to asynchronous delegates returning a value of type TResult.