ExponentialBackoff Constructor

 

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

NameDescription
System_CAPS_pubmethodExponentialBackoff()

Initializes a new instance of the ExponentialBackoff class.

System_CAPS_pubmethodExponentialBackoff(Int32, TimeSpan, TimeSpan, TimeSpan)

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

System_CAPS_pubmethodExponentialBackoff(String, Int32, TimeSpan, TimeSpan, TimeSpan)

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

System_CAPS_pubmethodExponentialBackoff(String, Int32, TimeSpan, TimeSpan, TimeSpan, Boolean)

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

Return to top
Show: