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

RetryInfo 构造函数

定义

重载

RetryInfo()

初始化 RetryInfo 类的新实例。

RetryInfo(RetryContext)

初始化 RetryInfo 类的新实例。

RetryInfo()

初始化 RetryInfo 类的新实例。

public RetryInfo ();
Public Sub New ()

适用于

RetryInfo(RetryContext)

初始化 RetryInfo 类的新实例。

public RetryInfo (Microsoft.Azure.Storage.RetryPolicies.RetryContext retryContext);
new Microsoft.Azure.Storage.RetryPolicies.RetryInfo : Microsoft.Azure.Storage.RetryPolicies.RetryContext -> Microsoft.Azure.Storage.RetryPolicies.RetryInfo
Public Sub New (retryContext As RetryContext)

参数

retryContext
RetryContext

已传入重试策略的 RetryContext 对象。

适用于