RetryManager.GetRetryStrategy Method (String)
Returns the retry strategy that matches the specified name.
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.RetryStrategyThe retry strategy that matches the specified name.
Show: