Incremental Members

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

The following tables list the members exposed by the Incremental type.

Public Constructors

  Name Description
  Incremental Overloaded.  

Top

Public Properties

  Name Description
FastFirstRetry  Gets or sets a value indicating whether the first retry attempt will be made immediately, whereas subsequent retries will remain subject to the retry interval. (Inherited from RetryStrategy)
Name  Gets the name of the retry strategy. (Inherited from RetryStrategy)

Top

Public Methods

(see also Protected Methods)

  Name Description
Equals  (Inherited from Object)
GetHashCode  (Inherited from Object)
GetShouldRetry Overridden. Returns the corresponding ShouldRetry delegate.
GetType  (Inherited from Object)
ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
Finalize  (Inherited from Object)
MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

Incremental Class
Microsoft.WindowsAzure.Common.TransientFaultHandling Namespace