RetryManager Class

 

Provides the entry point to the retry functionality.

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

System::Object
  Microsoft.WindowsAzure.Common.TransientFaultHandling::RetryManager

public ref class RetryManager 

NameDescription
System_CAPS_pubmethodRetryManager(IEnumerable<RetryStrategy^>^)

Initializes a new instance of the RetryManager class.

System_CAPS_pubmethodRetryManager(IEnumerable<RetryStrategy^>^, String^)

Initializes a new instance of the RetryManager class with the specified retry strategies and default retry strategy name.

System_CAPS_pubmethodRetryManager(IEnumerable<RetryStrategy^>^, String^, IDictionary<String^, String^>^)

Initializes a new instance of the RetryManager class with the specified retry strategies and defaults.

NameDescription
System_CAPS_pubpropertyDefaultRetryStrategyName

Gets or sets the default retry strategy name.

System_CAPS_pubpropertySystem_CAPS_staticInstance

Gets the default RetryManager for the application.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetDefaultRetryStrategy(String^)

Returns the retry strategy for the specified technology.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetRetryPolicy<T>()

Returns a retry policy with the specified error detection strategy and the default retry strategy defined in the configuration.

System_CAPS_pubmethodGetRetryPolicy<T>(String^)

Returns a retry policy with the specified error detection strategy and retry strategy.

System_CAPS_pubmethodGetRetryStrategy()

Returns the default retry strategy defined in the configuration.

System_CAPS_pubmethodGetRetryStrategy(String^)

Returns the retry strategy that matches the specified name.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticSetDefault(RetryManager^, Boolean)

Sets the specified retry manager as the default retry manager.

System_CAPS_pubmethodToString()

(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.

Return to top
Show: