RetryPolicy.ExecuteAction Method
Include Protected Members
Include Inherited Members
Retired Content |
---|
This content and the technology described is outdated and is no longer being maintained. For more information, see Transient Fault Handling. |
Overload List
Name | Description | |
---|---|---|
ExecuteAction(Action) |
Repetitively executes the specified action while it satisfies the current retry policy.
|
|
ExecuteAction<TResult>(Func<TResult>) |
Repetitively executes the specified action while it satisfies the current retry policy.
|
|
ExecuteAction(Action<AsyncCallback>, Action<IAsyncResult>, Action, Action<Exception>) |
Repetitively executes the specified asynchronous action while it satisfies the current retry policy.
|
|
ExecuteAction<TResult>(Action<AsyncCallback>, Func<IAsyncResult, TResult>, Action<TResult>, Action<Exception>) |
Repetitively executes the specified asynchronous action while it satisfies the current retry policy.
|