EventHubsRetryOptions.MaximumDelay Property

Definition

The maximum permissible delay between retry attempts.

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

Property Value

The default maximum delay is 60 seconds.

Exceptions

Occurs when the requested delay is negative.

Applies to