Share via


RetryManager.GetDefaultRetryStrategy Method

Returns the retry strategy for the specified technology.

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

Usage

'Usage
Dim instance As RetryManager
Dim technology As String
Dim returnValue As RetryStrategy

returnValue = instance.GetDefaultRetryStrategy(technology)

Syntax

'Declaration
Public Overridable Function GetDefaultRetryStrategy ( _
    technology As String _
) As RetryStrategy
public virtual RetryStrategy GetDefaultRetryStrategy (
    string technology
)
public:
virtual RetryStrategy^ GetDefaultRetryStrategy (
    String^ technology
)
public RetryStrategy GetDefaultRetryStrategy (
    String technology
)
public function GetDefaultRetryStrategy (
    technology : String
) : RetryStrategy

Parameters

  • technology
    The techonolgy to get the default retry strategy for.

Return Value

The retry strategy for the specified technology.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

RetryManager Class
RetryManager Members
Microsoft.WindowsAzure.Common.TransientFaultHandling Namespace