Share via


RetryHandler Constructor

 

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

Overload List

Name Description
System_CAPS_pubmethod RetryHandler()

Initializes a new instance of the RetryHandler class.

System_CAPS_pubmethod RetryHandler(DelegatingHandler)

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

System_CAPS_pubmethod RetryHandler(RetryPolicy, DelegatingHandler)

Initializes a new instance of the RetryHandler class.

See Also

RetryHandler Class
Microsoft.WindowsAzure Namespace

Return to top