RetryPolicyConfigurationSettings.DefaultAzureStorageRetryStrategy Property
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. |
Gets or sets the name of a retry policy dedicated to handling transient conditions in Windows Azure Storage.
Namespace: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling (in Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.dll) Version: 5.0.1118.0 (5.0.1118.0)
Syntax
[ConfigurationPropertyAttribute("defaultAzureStorageRetryStrategy", IsRequired = false)]
[ReferenceAttribute(typeof(RetryStrategyCollection), typeof(RetryStrategyData))]
public string DefaultAzureStorageRetryStrategy { get; set; }
'Declaration
<ConfigurationPropertyAttribute("defaultAzureStorageRetryStrategy", IsRequired := False)> _
<ReferenceAttribute(GetType(RetryStrategyCollection), GetType(RetryStrategyData))> _
Public Property DefaultAzureStorageRetryStrategy As String
Get
Set
[ConfigurationPropertyAttribute(L"defaultAzureStorageRetryStrategy", IsRequired = false)]
[ReferenceAttribute(typeof(RetryStrategyCollection), typeof(RetryStrategyData))]
public:
property String^ DefaultAzureStorageRetryStrategy {
String^ get ();
void set (String^ value);
}
See Also
RetryPolicyConfigurationSettings Class
Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.Configuration Namespace