Incremental Members
Include Protected Members
Include Inherited Members
The Incremental type exposes the following members.
Constructors
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.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.) |
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetShouldRetry |
Returns the corresponding ShouldRetry delegate.
(Overrides RetryStrategy.GetShouldRetry().) |
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
ToString |
Returns a string that represents the current object.
(Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
AsAzureStorageClientRetryPolicy |
Wraps a Transient Fault Handling Application Block retry strategy into a Microsoft.WindowsAzure.StorageClient.RetryPolicy.
(Defined by WindowsAzureStorageExtensions.) |
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.) |
See Also
Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling Namespace