Aracılığıyla paylaş


RetryPolicyFactory.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 static RetryPolicy GetDefaultAzureStorageRetryPolicy()
'Declaration
Public Shared Function GetDefaultAzureStorageRetryPolicy As RetryPolicy
public:
static 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

RetryPolicyFactory Class

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling Namespace