ExponentialRetry Members

Windows Runtime Azure Storage Client Library

Represents a retry policy that performs a specified number of retries, using a randomized exponential back off scheme to determine the interval between retries.

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

Public Constructors

  Name Description
ExponentialRetry Overloaded.  
Top

Public Methods (see also Protected Methods)

  Name Description
public method CreateInstance Generates a new retry policy for the current request attempt.
public method Equals  (Inherited from Object)
public method Evaluate Determines whether the operation should be retried and the interval until the next retry.
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ShouldRetry Determines whether the operation should be retried and the interval until the next retry.
public method ToString  (Inherited from Object)
Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
Top

See Also