RetryHandler Constructor (RetryPolicy, DelegatingHandler)

 

Initializes a new instance of the RetryHandler class.

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

Public Sub New (
	retryPolicy As RetryPolicy,
	innerHandler As DelegatingHandler
)

Parameters

retryPolicy
Type: Microsoft.WindowsAzure.Common.TransientFaultHandling.RetryPolicy

Retry policy to use.

innerHandler
Type: System.Net.Http.DelegatingHandler

Inner http handler.

Return to top
Show: