RetryManager.GetRetryStrategy Method (String)

 

Returns the retry strategy that matches the specified name.

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

Public Overridable Function GetRetryStrategy (
	retryStrategyName As String
) As RetryStrategy

Parameters

retryStrategyName
Type: System.String

The retry strategy name.

Return Value

Type: Microsoft.WindowsAzure.Common.TransientFaultHandling.RetryStrategy

The retry strategy that matches the specified name.

Return to top
Show: