| IntuitRetryPolicy Class |
Namespace: Intuit.Ipp.Retry
public class IntuitRetryPolicy
The IntuitRetryPolicy type exposes the following members.
| Name | Description | |
|---|---|---|
| IntuitRetryPolicy(Int32, TimeSpan) |
Initializes a new instance of the IntuitRetryPolicy class.
| |
| IntuitRetryPolicy(Int32, TimeSpan, TimeSpan) |
Initializes a new instance of the IntuitRetryPolicy class.
| |
| IntuitRetryPolicy(ServiceContext, Int32, TimeSpan) |
Initializes a new instance of the IntuitRetryPolicy class.
| |
| IntuitRetryPolicy(Int32, TimeSpan, TimeSpan, TimeSpan) |
Initializes a new instance of the IntuitRetryPolicy class.
| |
| IntuitRetryPolicy(ServiceContext, Int32, TimeSpan, TimeSpan) |
Initializes a new instance of the IntuitRetryPolicy class.
| |
| IntuitRetryPolicy(ServiceContext, Int32, TimeSpan, TimeSpan, TimeSpan) |
Initializes a new instance of the IntuitRetryPolicy class.
|
| Name | Description | |
|---|---|---|
| ExtendedRetryException |
Gets or sets the extended exception retry strategy.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| ExecuteAction(Action) |
Repetitively executes the specified action while it satisfies the current retry policy.
| |
| ExecuteAction(ActionAsyncCallback, ActionIAsyncResult, Action, ActionException) |
Repetitively executes the specified asynchronous action while it satisfies the current retry policy.
| |
| ExecuteActionTResult(ActionAsyncCallback, FuncIAsyncResult, TResult, ActionTResult, ActionException) |
Repetitively executes the specified asynchronous action while it satisfies the current retry policy.
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnRetrying |
Notifies the subscribers whenever a retry condition is encountered.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Retrying |
An instance of a callback delegate that will be invoked whenever a retry condition is encountered.
|
| Name | Description | |
|---|---|---|
| CopyRecursive |
recursively copies object properties to destination.
(Defined by Utility.) |