RetryManager Constructor (IEnumerable(Of RetryStrategy))

 

Initializes a new instance of the RetryManager class.

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

Public Sub New (
	retryStrategies As IEnumerable(Of RetryStrategy)
)

Parameters

retryStrategies
Type: System.Collections.Generic.IEnumerable(Of RetryStrategy)

The complete set of retry strategies.

Return to top
Show: