Incremental Class
A retry strategy with a specified number of retry attempts and an incremental time interval between retries.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Microsoft.WindowsAzure.Common.TransientFaultHandling.RetryStrategy
Microsoft.WindowsAzure.Common.TransientFaultHandling.Incremental
| Name | Description | |
|---|---|---|
![]() | Incremental() | Initializes a new instance of the Incremental class. |
![]() | Incremental(Int32, TimeSpan, TimeSpan) | Initializes a new instance of the Incremental class with the specified retry settings. |
![]() | Incremental(String, Int32, TimeSpan, TimeSpan) | Initializes a new instance of the Incremental class with the specified name and retry settings. |
![]() | Incremental(String, Int32, TimeSpan, TimeSpan, Boolean) | Initializes a new instance of the Incremental class with the specified number of retry attempts, time interval, retry strategy, and fast start option. |
| 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.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetShouldRetry() | Returns the corresponding ShouldRetry delegate.(Overrides RetryStrategy.GetShouldRetry().) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.jpeg?cs-save-lang=1&cs-lang=vb)
.jpeg?cs-save-lang=1&cs-lang=vb)
.jpeg?cs-save-lang=1&cs-lang=vb)