ServiceBusRetryOptions.MaxDelay Property

Definition

The maximum permissible delay between retry attempts.

public TimeSpan MaxDelay { get; set; }
member this.MaxDelay : TimeSpan with get, set
Public Property MaxDelay As TimeSpan

Property Value

The default maximum delay is 60 seconds.

Exceptions

Occurs when the requested delay is negative.

Applies to