Share via


NoRetry Class

Definition

Represents a retry policy that performs no retries.

public class NoRetry : Microsoft.Azure.Batch.Common.IRetryPolicy
type NoRetry = class
    interface IRetryPolicy
Public Class NoRetry
Implements IRetryPolicy
Inheritance
NoRetry
Implements

Constructors

NoRetry()

Methods

ShouldRetryAsync(Exception, OperationContext)

Determines if the operation should be retried and how long to wait until the next retry. This implementation always returns NoRetry.

Applies to