Microsoft.WindowsAzure.Common.TransientFaultHandling Namespace

 

ClassDescription
System_CAPS_pubclassDefaultHttpErrorDetectionStrategy

Default Http error detection strategy based on Http Status Code.

System_CAPS_pubclassExponentialBackoff

A retry strategy with backoff parameters for calculating the exponential delay between retries.

System_CAPS_pubclassFixedInterval

Represents a retry strategy with a specified number of retry attempts and a default, fixed time interval between retries.

System_CAPS_pubclassHttpRequestExceptionWithStatus

Inherits HttpRequestException adding HttpStatusCode to the exception.

System_CAPS_pubclassIncremental

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

System_CAPS_pubclassRetryingEventArgs

Contains information that is required for the Retrying event.

System_CAPS_pubclassRetryLimitExceededException

Obsolete.The special type of exception that provides managed exit from a retry loop. The user code can use this exception to notify the retry policy that no further retry attempts are required.

System_CAPS_pubclassRetryManager

Provides the entry point to the retry functionality.

System_CAPS_pubclassRetryPolicy

Provides the base implementation of the retry mechanism for unreliable actions and transient conditions.

System_CAPS_pubclassRetryPolicy<'T>

Provides a generic version of the RetryPolicy class.

System_CAPS_pubclassRetryStrategy

Represents a retry strategy that determines the number of retry attempts and the interval between retries.

InterfaceDescription
System_CAPS_pubinterfaceITransientErrorDetectionStrategy

Defines an interface that must be implemented by custom components responsible for detecting specific transient conditions.

DelegateDescription
System_CAPS_pubdelegateShouldRetry

Defines a callback delegate that will be invoked whenever a retry condition is encountered.

Return to top
Show: