RetryPolicyConfigurationSettings.DefaultAzureServiceBusRetryStrategy 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 the Windows Azure Service Bus infrastructure.
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
[ReferenceAttribute(typeof(RetryStrategyCollection), typeof(RetryStrategyData))]
[ConfigurationPropertyAttribute("defaultAzureServiceBusRetryStrategy", IsRequired = false)]
public string DefaultAzureServiceBusRetryStrategy { get; set; }
'Declaration
<ReferenceAttribute(GetType(RetryStrategyCollection), GetType(RetryStrategyData))> _
<ConfigurationPropertyAttribute("defaultAzureServiceBusRetryStrategy", IsRequired := False)> _
Public Property DefaultAzureServiceBusRetryStrategy As String
Get
Set
[ReferenceAttribute(typeof(RetryStrategyCollection), typeof(RetryStrategyData))]
[ConfigurationPropertyAttribute(L"defaultAzureServiceBusRetryStrategy", IsRequired = false)]
public:
property String^ DefaultAzureServiceBusRetryStrategy {
String^ get ();
void set (String^ value);
}
See Also
RetryPolicyConfigurationSettings Class
Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.Configuration Namespace