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

IRetryPolicy 接口

定义

指定重试策略,用于在客户端和服务副本之间的信道中对异常重试请求。

public interface IRetryPolicy
type IRetryPolicy = interface
Public Interface IRetryPolicy
派生

属性

ClientRetryTimeout

获取客户端重试的超时。

TotalNumberOfRetries

获取要重试的最大次数。

方法

GetNextRetryDelay(RetryDelayParameters)

获取在发生暂时性错误时重试之前要退让的最大间隔

适用于