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
Public method ExecuteAction(Action)
Repetitively executes the specified action while it satisfies the current retry policy.
Public method ExecuteAction<TResult>(Func<TResult>)
Repetitively executes the specified action while it satisfies the current retry policy.
Public method ExecuteAction(Action<AsyncCallback>, Action<IAsyncResult>, Action, Action<Exception>)
Repetitively executes the specified asynchronous action while it satisfies the current retry policy.
Public method ExecuteAction<TResult>(Action<AsyncCallback>, Func<IAsyncResult, TResult>, Action<TResult>, Action<Exception>)
Repetitively executes the specified asynchronous action while it satisfies the current retry policy.

See Also

RetryPolicy Class

RetryPolicy Members

Microsoft.Practices.TransientFaultHandling Namespace