RetryManager.GetRetryStrategy Method ()

 

Returns the default retry strategy defined in the configuration.

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

Syntax

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

Return Value

Type: Microsoft.WindowsAzure.Common.TransientFaultHandling.RetryStrategy

The retry strategy that matches the default strategy.

See Also

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

Return to top