RetryManager.GetRetryPolicy<T> Method ()
Returns a retry policy with the specified error detection strategy and the default retry strategy defined in the configuration.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
public virtual RetryPolicy<T> GetRetryPolicy<T>() where T : new(), ITransientErrorDetectionStrategy
Return Value
Type: Microsoft.WindowsAzure.Common.TransientFaultHandling.RetryPolicy<T>A new retry policy with the specified error detection strategy and the default retry strategy defined in the configuration.
Type Parameters
- T
The type that implements the ITransientErrorDetectionStrategy interface that is responsible for detecting transient conditions.
Show: