ExponentialBackoff Class

A retry strategy with backoff parameters for calculating the exponential delay between retries.

Namespace: Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling
Assembly: Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling (in Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

public class ExponentialBackoff : RetryStrategy
'Declaration
Public Class ExponentialBackoff
    Inherits RetryStrategy
public ref class ExponentialBackoff : public RetryStrategy

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.RetryStrategy
    Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.ExponentialBackoff

See Also

ExponentialBackoff Members

Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling Namespace