RetryManager.GetDefaultAzureStorageRetryStrategy 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. |
Return the default retry strategy for 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 RetryStrategy GetDefaultAzureStorageRetryStrategy()
'Declaration
Public Overridable Function GetDefaultAzureStorageRetryStrategy As RetryStrategy
public:
virtual RetryStrategy^ GetDefaultAzureStorageRetryStrategy()
Return Value
The default Windows Azure Storage retry strategy (or the default strategy if no default could be found).
See Also
Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling Namespace