NoRetry Class

Definition

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.

Applies to