C#C++F#VB
IExtendedRetryPolicy Interface
Represents a retry policy.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Methods
Name | Description | |
---|---|---|
CreateInstance()()()() | Generates a new retry policy for the current request attempt.(Inherited from IRetryPolicy.) | |
Evaluate(RetryContext, OperationContext)(RetryContext^, OperationContext^)(RetryContext, OperationContext)(RetryContext, OperationContext) | Determines whether the operation should be retried and the interval until the next retry. | |
ShouldRetry(Int32, Int32, Exception, TimeSpan, OperationContext)(Int32, Int32, Exception^, TimeSpan%, OperationContext^)(Int32, Int32, Exception, TimeSpan, OperationContext)(Int32, Int32, Exception, TimeSpan, OperationContext) | Determines whether the operation should be retried and the interval until the next retry.(Inherited from IRetryPolicy.) |