Share via


RetryManager.GetDefaultAzureStorageRetryPolicy Method

Retired Content

This content and the technology described is outdated and is no longer being maintained. For more information about Transient Fault Handling, see Transient Fault Handling.

Returns the default retry policy dedicated to handling transient conditions with Windows Azure Storage.

Namespace: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling
Assembly: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling (in Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.dll) Version: 5.0.1118.0 (5.0.1118.0)

Syntax

public virtual RetryPolicy GetDefaultAzureStorageRetryPolicy()
'Declaration
Public Overridable Function GetDefaultAzureStorageRetryPolicy As RetryPolicy
public:
virtual RetryPolicy^ GetDefaultAzureStorageRetryPolicy()

Return Value

The retry policy for Windows Azure Storage with the corresponding default strategy (or the default strategy if no retry strategy definition assigned to Windows Azure Storage was found).

See Also

RetryManager Class

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling Namespace