ExponentialBackoffData.DeltaBackoff Property
Gets or sets the value that will be used to calculate a random delta in the exponential delay between retries.
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 DeltaBackoff { get; set; }
'Declaration
Public Property DeltaBackoff As TimeSpan
Get
Set
public:
property TimeSpan DeltaBackoff {
TimeSpan get ();
void set (TimeSpan value);
}
Property Value
Type: TimeSpan
See Also
ExponentialBackoffData Members
Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Configuration Namespace