FixedInterval Class
Represents a retry strategy with a specified number of retry attempts and a default, fixed time interval 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 class FixedInterval : RetryStrategy
'Declaration
Public Class FixedInterval
Inherits RetryStrategy
public ref class FixedInterval : public RetryStrategy
Inheritance Hierarchy
System.Object
Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.RetryStrategy
Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.FixedInterval
See Also
Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling Namespace