RetryHandler Members
Represents a handler for the retry operation.
The following tables list the members exposed by the RetryHandler type.
Public Constructors
Name | Description | |
---|---|---|
RetryHandler | Overloaded. |
Top
Public Properties
Name | Description | |
---|---|---|
InnerHandler | (Inherited from DelegatingHandler) | |
RetryPolicy | Gets or sets retry policy. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Dispose | (Inherited from HttpMessageHandler) | |
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
(see also Extension Methods)
Name | Description | |
---|---|---|
Dispose | Overridden. (Inherited from HttpMessageHandler) | |
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) | |
SendAsync | Asynchronously sends the retry request. |
Top
Extension Methods
Name | Description | |
---|---|---|
GetHttpPipeline | Overloaded. (Defined by CloudExtensions.) |
Top
Public Events
Name | Description | |
---|---|---|
Retrying | An instance of a callback delegate that will be invoked whenever a retry condition is encountered. |
Top