RetryHandler Constructor (RetryPolicy, DelegatingHandler)
Initializes a new instance of the RetryHandler class.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Parameters
- retryPolicy
-
Type:
Microsoft.WindowsAzure.Common.TransientFaultHandling.RetryPolicy
Retry policy to use.
- innerHandler
-
Type:
System.Net.Http.DelegatingHandler
Inner http handler.
Show: