你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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