IncrementalData.RetryIncrement Property
Gets or sets the incremental time value for calculating progressive delay between retry attempts.
Namespace: Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Configuration (in Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Configuration.dll) Version: 6.0.0.0 (6.0.1304.0)
Syntax
public TimeSpan RetryIncrement { get; set; }
'Declaration
Public Property RetryIncrement As TimeSpan
Get
Set
public:
property TimeSpan RetryIncrement {
TimeSpan get ();
void set (TimeSpan value);
}
Property Value
Type: TimeSpan
See Also
Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Configuration Namespace