NoRetry 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 no retries.
public sealed class NoRetry : Microsoft.Azure.Cosmos.Table.IRetryPolicy
type NoRetry = class
interface IRetryPolicy
Public NotInheritable Class NoRetry
Implements IRetryPolicy
- Inheritance
-
NoRetry
- Implements
Constructors
NoRetry() |
Initializes a new instance of the NoRetry class. |
Methods
CreateInstance() |
Generates a new retry policy for the current request attempt. |
ShouldRetry(Int32, Int32, Exception, TimeSpan, OperationContext) |
Determines if the operation should be retried and how long to wait until the next retry. |