RetryPolicy<T> Constructor (RetryStrategy)

 

Initializes a new instance of the RetryPolicy<T> class with the specified number of retry attempts and parameters defining the progressive delay between retries.

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

public RetryPolicy(
	RetryStrategy retryStrategy
)

Parameters

retryStrategy
Type: Microsoft.WindowsAzure.Common.TransientFaultHandling.RetryStrategy

The strategy to use for this retry policy.

Return to top
Show: