C#
C++
F#
VB
IRetryPolicy 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. | |
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. |