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