RetryPolicy::ExecuteAction Method
| Retired Content |
|---|
This content and the technology described is outdated and is no longer being maintained. For more information, see Transient Fault Handling. |
| 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.
|
Show: