Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
|