Click or drag to resize
IntuitRetryPolicy Class
Provides the retry mechanism for unreliable actions and transient conditions.
Inheritance Hierarchy
SystemObject
  Intuit.Ipp.RetryIntuitRetryPolicy

Namespace:  Intuit.Ipp.Retry
Assembly:  Intuit.Ipp.Retry (in Intuit.Ipp.Retry.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public class IntuitRetryPolicy

The IntuitRetryPolicy type exposes the following members.

Constructors
  NameDescription
Public methodIntuitRetryPolicy(Int32, TimeSpan)
Initializes a new instance of the IntuitRetryPolicy class.
Public methodIntuitRetryPolicy(Int32, TimeSpan, TimeSpan)
Initializes a new instance of the IntuitRetryPolicy class.
Public methodIntuitRetryPolicy(ServiceContext, Int32, TimeSpan)
Initializes a new instance of the IntuitRetryPolicy class.
Public methodIntuitRetryPolicy(Int32, TimeSpan, TimeSpan, TimeSpan)
Initializes a new instance of the IntuitRetryPolicy class.
Public methodIntuitRetryPolicy(ServiceContext, Int32, TimeSpan, TimeSpan)
Initializes a new instance of the IntuitRetryPolicy class.
Public methodIntuitRetryPolicy(ServiceContext, Int32, TimeSpan, TimeSpan, TimeSpan)
Initializes a new instance of the IntuitRetryPolicy class.
Top
Properties
  NameDescription
Public propertyExtendedRetryException
Gets or sets the extended exception retry strategy.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExecuteAction(Action)
Repetitively executes the specified action while it satisfies the current retry policy.
Public methodExecuteAction(ActionAsyncCallback, ActionIAsyncResult, Action, ActionException)
Repetitively executes the specified asynchronous action while it satisfies the current retry policy.
Public methodExecuteActionTResult(ActionAsyncCallback, FuncIAsyncResult, TResult, ActionTResult, ActionException)
Repetitively executes the specified asynchronous action while it satisfies the current retry policy.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnRetrying
Notifies the subscribers whenever a retry condition is encountered.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventRetrying
An instance of a callback delegate that will be invoked whenever a retry condition is encountered.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyRecursive
recursively copies object properties to destination.
(Defined by Utility.)
Top
See Also