LinearRetry Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a retry policy that performs a specified number of retries, using a specified fixed time interval between retries.
public sealed class LinearRetry : Microsoft.Azure.Cosmos.Table.IExtendedRetryPolicy
type LinearRetry = class
interface IExtendedRetryPolicy
interface IRetryPolicy
Public NotInheritable Class LinearRetry
Implements IExtendedRetryPolicy
- Inheritance
-
LinearRetry
- Implements
Constructors
LinearRetry() |
Initializes a new instance of the LinearRetry class. |
LinearRetry(TimeSpan, Int32) |
Initializes a new instance of the LinearRetry class using the specified delta and maximum number of retries. |
Methods
CreateInstance() |
Generates a new retry policy for the current request attempt. |
Evaluate(RetryContext, OperationContext) |
Determines whether the operation should be retried and the interval until the next retry. |
ShouldRetry(Int32, Int32, Exception, TimeSpan, OperationContext) |
Determines whether the operation should be retried and the interval until the next retry. |
Applies to
Azure SDK for .NET