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

NoRetry.ShouldRetry(Int32, Exception, TimeSpan) 方法

定义

永不重试的策略

public bool ShouldRetry (int currentRetryCount, Exception lastException, out TimeSpan retryInterval);
abstract member ShouldRetry : int * Exception * TimeSpan -> bool
override this.ShouldRetry : int * Exception * TimeSpan -> bool
Public Function ShouldRetry (currentRetryCount As Integer, lastException As Exception, ByRef retryInterval As TimeSpan) As Boolean

参数

currentRetryCount
Int32

当前重试计数。

lastException
Exception

最后一个异常。

retryInterval
TimeSpan

重试间隔。

返回

是否重试

实现

适用于