Share via


RetryHandler Constructor

 

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

Overload List

Name Description
RetryHandler()

Initializes a new instance of the RetryHandler class.

RetryHandler(DelegatingHandler)

Initializes a new instance of the RetryHandler class. Sets the default retry policty base on Exponential Backoff.

RetryHandler(RetryPolicy, DelegatingHandler)

Initializes a new instance of the RetryHandler class.

See Also

RetryHandler Class
Microsoft.WindowsAzure Namespace

Return to top