Share via


ExponentialBackoff Constructor

 

Namespace:   Microsoft.WindowsAzure.Common.TransientFaultHandling
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Overload List

Name Description
ExponentialBackoff()

Initializes a new instance of the ExponentialBackoff class.

ExponentialBackoff(Int32, TimeSpan, TimeSpan, TimeSpan)

Initializes a new instance of the ExponentialBackoff class with the specified retry settings.

ExponentialBackoff(String, Int32, TimeSpan, TimeSpan, TimeSpan)

Initializes a new instance of the ExponentialBackoff class with the specified name and retry settings.

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.

See Also

ExponentialBackoff Class
Microsoft.WindowsAzure.Common.TransientFaultHandling Namespace

Return to top