RetryPolicies Members

Storage Client Library NET API

[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]

Defines some standard retry policies.

The following tables list the members exposed by the RetryPolicies type.

Public Fields

 NameDescription
public fieldstaticDefaultClientBackoffIndicates the default delta backoff value used by the default exponential backoff retry policy.
public fieldstaticDefaultClientRetryCountIndicates the default retry count used by the default exponential backoff retry policy.
public fieldstaticDefaultMaxBackoffIndicates the default maximum backoff value that will be used for a policy returned by RetryExponential(Int32,TimeSpan).
public fieldstaticDefaultMinBackoffIndicates the default minimum backoff value that will be used for a policy returned by RetryExponential(Int32,TimeSpan).
Top

Public Methods

 NameDescription
public methodstaticNoRetryReturns a retry policy that performs no retries.
public methodstaticRetryReturns a retry policy that retries a specified number of times, with a specified fixed time interval between retries.
public methodstaticRetryExponentialOverloaded.  
Top

See Also