Share via


RetryPolicy Members

Provides a generic version of the RetryPolicy class.

The following tables list the members exposed by the RetryPolicy type.

Public Constructors

  Name Description
  RetryPolicy Overloaded.  

Top

Public Properties

  Name Description
ErrorDetectionStrategy  Gets the instance of the error detection strategy. (Inherited from RetryPolicy)
RetryStrategy  Gets the retry strategy. (Inherited from RetryPolicy)

Top

Public Methods

(see also Protected Methods)

  Name Description
Equals  (Inherited from Object)
ExecuteAction  Overloaded. (Inherited from RetryPolicy)
ExecuteAsync  Overloaded. (Inherited from RetryPolicy)
GetHashCode  (Inherited from Object)
GetType  (Inherited from Object)
ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
Finalize  (Inherited from Object)
MemberwiseClone  (Inherited from Object)
OnRetrying  Notifies the subscribers whenever a retry condition is encountered. (Inherited from RetryPolicy)

Top

Public Events

  Name Description
Retrying  An instance of a callback delegate that will be invoked whenever a retry condition is encountered. (Inherited from RetryPolicy)

Top

See Also

Reference

RetryPolicy Class
Microsoft.WindowsAzure.Common.TransientFaultHandling Namespace