IExtendedRetryPolicy Interface

Definition

public interface IExtendedRetryPolicy : Microsoft.WindowsAzure.Storage.RetryPolicies.IRetryPolicy
type IExtendedRetryPolicy = interface
    interface IRetryPolicy
Public Interface IExtendedRetryPolicy
Implements IRetryPolicy
Derived
Implements

Methods

CreateInstance() (Inherited from IRetryPolicy)
Evaluate(RetryContext, OperationContext)
ShouldRetry(Int32, Int32, Exception, TimeSpan, OperationContext) (Inherited from IRetryPolicy)

Applies to