Interface IExtendedRetryPolicy
- Namespace
- Microsoft.WindowsAzure.Storage.RetryPolicies
- Assembly
- Microsoft.WindowsAzure.Storage.dll
Represents a retry policy.
public interface IExtendedRetryPolicy : IRetryPolicy
- Inherited Members
Methods
Evaluate(RetryContext, OperationContext)
Determines whether the operation should be retried and the interval until the next retry.
RetryInfo Evaluate(RetryContext retryContext, OperationContext operationContext)
Parameters
retryContext
RetryContextA RetryContext object that indicates the number of retries, the results of the last request, and whether the next retry should happen in the primary or secondary location, and specifies the location mode.
operationContext
OperationContextAn OperationContext object that represents the context for the current operation.