RetryHandler Constructor

 

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

NameDescription
System_CAPS_pubmethodRetryHandler()

Initializes a new instance of the RetryHandler class.

System_CAPS_pubmethodRetryHandler(DelegatingHandler)

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

System_CAPS_pubmethodRetryHandler(RetryPolicy, DelegatingHandler)

Initializes a new instance of the RetryHandler class.

Return to top
Show: