RetryManager Methods

 

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

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

Return to top
Show: