Retry Policy
Creates a new RetryPolicy with the specified RetryPredicate and DelayStrategy delegates.
Parameters
retry Predicate
The RetryPredicate used to evaluate whether a retry should be performed.
delay Strategy
The DelayStrategy used to determine the delay before a retry is attempted.