IncrementalData.MaxRetryCount 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 maximum number of retry attempts.
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
[IntegerValidatorAttribute(MinValue = )]
[ViewModelAttribute("Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.Configuration.Design.ViewModel.DefaultElementConfigurationProperty, Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.Configuration")]
[ConfigurationPropertyAttribute("maxRetryCount", IsRequired = false, DefaultValue = )]
public int MaxRetryCount { get; set; }
'Declaration
<IntegerValidatorAttribute(MinValue := )> _
<ViewModelAttribute("Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.Configuration.Design.ViewModel.DefaultElementConfigurationProperty, Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.Configuration")> _
<ConfigurationPropertyAttribute("maxRetryCount", IsRequired := False, DefaultValue := )> _
Public Property MaxRetryCount As Integer
Get
Set
[IntegerValidatorAttribute(MinValue = )]
[ViewModelAttribute(L"Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.Configuration.Design.ViewModel.DefaultElementConfigurationProperty, Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.Configuration")]
[ConfigurationPropertyAttribute(L"maxRetryCount", IsRequired = false, DefaultValue = )]
public:
property int MaxRetryCount {
int get ();
void set (int value);
}
See Also
Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.Configuration Namespace