RetryStrategy.DefaultMaxBackoff Field
Represents the default maximum 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 DefaultMaxBackoff
'Declaration
Public Shared ReadOnly DefaultMaxBackoff As TimeSpan
public:
static initonly TimeSpan DefaultMaxBackoff
Field Value
Type: TimeSpan
See Also
Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling Namespace