次の方法で共有


ExponentialRetry クラス

定義

public sealed class ExponentialRetry : Microsoft.WindowsAzure.Storage.RetryPolicies.IExtendedRetryPolicy
type ExponentialRetry = class
    interface IExtendedRetryPolicy
    interface IRetryPolicy
Public NotInheritable Class ExponentialRetry
Implements IExtendedRetryPolicy
継承
ExponentialRetry
実装

コンストラクター

ExponentialRetry()
ExponentialRetry(TimeSpan, Int32)

メソッド

CreateInstance()
Evaluate(RetryContext, OperationContext)
ShouldRetry(Int32, Int32, Exception, TimeSpan, OperationContext)

適用対象