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)

Syntax

public virtual RetryStrategy GetRetryStrategy(
    string retryStrategyName
)
public:
virtual RetryStrategy^ GetRetryStrategy(
    String^ retryStrategyName
)
abstract GetRetryStrategy : 
        retryStrategyName:string -> RetryStrategy
override GetRetryStrategy : 
        retryStrategyName:string -> RetryStrategy
Public Overridable Function GetRetryStrategy (
    retryStrategyName As String
) As RetryStrategy

Parameters

Return Value

Type: Microsoft.WindowsAzure.Common.TransientFaultHandling.RetryStrategy

The retry strategy that matches the specified name.

See Also

GetRetryStrategy Overload
RetryManager Class
Microsoft.WindowsAzure.Common.TransientFaultHandling Namespace

Return to top