RetryManager Methods
Namespace:
Microsoft.WindowsAzure.Common.TransientFaultHandling
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetDefaultRetryStrategy(String) | Returns the retry strategy for the specified technology. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetRetryPolicy<T>() | Returns a retry policy with the specified error detection strategy and the default retry strategy defined in the configuration. |
![]() | GetRetryPolicy<T>(String) | Returns a retry policy with the specified error detection strategy and retry strategy. |
![]() | GetRetryStrategy() | Returns the default retry strategy defined in the configuration. |
![]() | GetRetryStrategy(String) | Returns the retry strategy that matches the specified name. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() ![]() | SetDefault(RetryManager, Boolean) | Sets the specified retry manager as the default retry manager. |
![]() | ToString() | (Inherited from Object.) |
Show:


