Share via


RetryDelayParameters Class

Definition

Specifies the Retry Paremeters for calculating retry delay for communication between client and services.

public class RetryDelayParameters
type RetryDelayParameters = class
Public Class RetryDelayParameters
Inheritance
RetryDelayParameters

Constructors

RetryDelayParameters(Int32, Boolean)

Initializes a new instance of the RetryDelayParameters class with the supplied settings.

Properties

IsTransient

Gets a value indicating whether the exception is represents a transient condition. The transient retriable exceptions are those where the communication channel from client to service still exists. Non transient retriable exceptions are those where we need to re-resolve the service endpoint before we retry.

RetryAttempt

Gets the number of times request has been retried.

Applies to