RetryHandler Class

 

Represents a handler for the retry operation.

Namespace:   Microsoft.WindowsAzure
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

System::Object
  System.Net.Http::HttpMessageHandler
    System.Net.Http::DelegatingHandler
      Microsoft.WindowsAzure::RetryHandler

public ref class RetryHandler : DelegatingHandler

NameDescription
System_CAPS_pubmethodRetryHandler()

Initializes a new instance of the RetryHandler class.

System_CAPS_pubmethodRetryHandler(DelegatingHandler^)

Initializes a new instance of the RetryHandler class. Sets the default retry policty base on Exponential Backoff.

System_CAPS_pubmethodRetryHandler(RetryPolicy^, DelegatingHandler^)

Initializes a new instance of the RetryHandler class.

NameDescription
System_CAPS_pubpropertyInnerHandler

(Inherited from DelegatingHandler.)

System_CAPS_pubpropertyRetryPolicy

Gets or sets retry policy.

NameDescription
System_CAPS_pubmethodDispose()

(Inherited from HttpMessageHandler.)

System_CAPS_protmethodDispose(Boolean)

(Inherited from DelegatingHandler.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodSendAsync(HttpRequestMessage^, CancellationToken)

(Inherited from DelegatingHandler.)

System_CAPS_protmethodSendAsync(HttpRequestMessage^, CancellationToken)

Asynchronously sends the retry request.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventRetrying

An instance of a callback delegate that will be invoked whenever a retry condition is encountered.

NameDescription
System_CAPS_pubmethodGetHttpPipeline()

Overloaded. Gets the HTTP pipeline that is formed from the starting handler.(Defined by CloudExtensions.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: