RetryPolicy<T> Constructor (RetryStrategy)
Initializes a new instance of the RetryPolicy<T> class with the specified number of retry attempts and parameters defining the progressive delay between retries.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Parameters
- retryStrategy
-
Type:
Microsoft.WindowsAzure.Common.TransientFaultHandling.RetryStrategy
The strategy to use for this retry policy.
Show: