次の方法で共有


RetryInfo コンストラクター

定義

オーバーロード

RetryInfo()
RetryInfo(RetryContext)

RetryInfo()

public RetryInfo();
Public Sub New ()

適用対象

RetryInfo(RetryContext)

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

パラメーター

retryContext
RetryContext

適用対象