Partager via


ExponentialBackoffData.DeltaBackoff 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 value that will be used for calculating a random delta in the exponential delay between retries.

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

See Also

ExponentialBackoffData Class

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.Configuration Namespace