Incremental Class

Retired Content

This content and the technology described is outdated and is no longer being maintained. For more information, see Transient Fault Handling.

A RetryPolicy with a specified number of retry attempts and an incremental time interval between retries.

Namespace: Microsoft.Practices.TransientFaultHandling
Assembly: Microsoft.Practices.TransientFaultHandling.Core (in Microsoft.Practices.TransientFaultHandling.Core.dll) Version: 5.0.1118.0 (5.0.1118.0)

Syntax

public class Incremental : RetryStrategy
'Declaration
Public Class Incremental _
    Inherits RetryStrategy
public ref class Incremental : public RetryStrategy

Inheritance Hierarchy

System.Object
  Microsoft.Practices.TransientFaultHandling.RetryStrategy
    Microsoft.Practices.TransientFaultHandling.Incremental

See Also

Incremental Members

Microsoft.Practices.TransientFaultHandling Namespace