RetryStrategy.DefaultMinBackoff Field
Represents the default minimum amount of time used when calculating the exponential delay between retries.
Namespace: Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling
Assembly: Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling (in Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.dll) Version: 6.0.0.0 (6.0.1304.0)
Syntax
public static readonly TimeSpan DefaultMinBackoff
'Declaration
Public Shared ReadOnly DefaultMinBackoff As TimeSpan
public:
static initonly TimeSpan DefaultMinBackoff
Field Value
Type: TimeSpan
See Also
Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling Namespace