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

ExceptionHandlingRetryResult.GetRetryDelay(Int32) 方法

定义

获取应重试操作的时间间隔。

public TimeSpan GetRetryDelay (int retryAttempt);
member this.GetRetryDelay : int -> TimeSpan
Public Function GetRetryDelay (retryAttempt As Integer) As TimeSpan

参数

retryAttempt
Int32

我们为其计算延迟的重试尝试。

返回

应重试操作的时间延迟

适用于