IncrementalData.RetryIncrement 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 incremental time value for calculating progressive delay between 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
[TimeSpanValidatorAttribute(MinValueString = "00:00:00")]
[ViewModelAttribute("Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.Configuration.Design.ViewModel.TimeSpanElementConfigurationProperty, Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.Configuration")]
[ConfigurationPropertyAttribute("retryIncrement", IsRequired = false, DefaultValue = "00:00:01")]
public TimeSpan RetryIncrement { get; set; }
'Declaration
<TimeSpanValidatorAttribute(MinValueString := "00:00:00")> _
<ViewModelAttribute("Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.Configuration.Design.ViewModel.TimeSpanElementConfigurationProperty, Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.Configuration")> _
<ConfigurationPropertyAttribute("retryIncrement", IsRequired := False, DefaultValue := "00:00:01")> _
Public Property RetryIncrement As TimeSpan
Get
Set
[TimeSpanValidatorAttribute(MinValueString = L"00:00:00")]
[ViewModelAttribute(L"Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.Configuration.Design.ViewModel.TimeSpanElementConfigurationProperty, Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.Configuration")]
[ConfigurationPropertyAttribute(L"retryIncrement", IsRequired = false, DefaultValue = L"00:00:01")]
public:
property TimeSpan RetryIncrement {
TimeSpan get ();
void set (TimeSpan value);
}
See Also
Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.Configuration Namespace