RetryPolicyFactory.GetDefaultAzureStorageRetryPolicy Method
Returns the default retry policy dedicated to handling transient conditions with Windows Azure Storage.
Namespace: Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling
Assembly: Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Configuration (in Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Configuration.dll) Version: 6.0.0.0 (6.0.1304.0)
Syntax
public static RetryPolicy GetDefaultAzureStorageRetryPolicy()
'Declaration
Public Shared Function GetDefaultAzureStorageRetryPolicy As RetryPolicy
public:
static RetryPolicy^ GetDefaultAzureStorageRetryPolicy()
Return Value
Type: RetryPolicy
The retry policy for Windows Azure Storage with the corresponding default strategy (or the default strategy if no retry strategy definition for Windows Azure Storage was found).
See Also
Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling Namespace