Share via


ExponentialBackoff Members

Include Protected Members
Include Inherited Members

The ExponentialBackoff type exposes the following members.

Constructors

  Name Description
Public method ExponentialBackoff()
Initializes a new instance of the ExponentialBackoff class.
Public method ExponentialBackoff(Int32, TimeSpan, TimeSpan, TimeSpan)
Initializes a new instance of the ExponentialBackoff class with the specified retry settings.
Public method ExponentialBackoff(String, Int32, TimeSpan, TimeSpan, TimeSpan)
Initializes a new instance of the ExponentialBackoff class with the specified name and retry settings.
Public method ExponentialBackoff(String, Int32, TimeSpan, TimeSpan, TimeSpan, Boolean)
Initializes a new instance of the ExponentialBackoff class with the specified name, retry settings, and fast retry option.

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetShouldRetry
Returns the corresponding ShouldRetry delegate.
(Overrides RetryStrategy.GetShouldRetry().)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Extension Methods

  Name Description
Public Extension Method AsAzureStorageClientRetryPolicy
Wraps a Transient Fault Handling Application Block retry strategy into a Microsoft.WindowsAzure.StorageClient.RetryPolicy.
(Defined by WindowsAzureStorageExtensions.)

Properties

  Name Description
Public property FastFirstRetry
Gets or sets a value indicating whether the first retry attempt will be made immediately, whereas subsequent retries will remain subject to the retry interval.
(Inherited from RetryStrategy.)
Public property Name
Gets the name of the retry strategy.
(Inherited from RetryStrategy.)

See Also

ExponentialBackoff Class

Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling Namespace