Click or drag to resize
IntuitRetryPolicyExecuteAction Method
Overload List
  NameDescription
Public methodExecuteAction(Action)
Repetitively executes the specified action while it satisfies the current retry policy.
Public methodExecuteAction(ActionAsyncCallback, ActionIAsyncResult, Action, ActionException)
Repetitively executes the specified asynchronous action while it satisfies the current retry policy.
Public methodExecuteActionTResult(ActionAsyncCallback, FuncIAsyncResult, TResult, ActionTResult, ActionException)
Repetitively executes the specified asynchronous action while it satisfies the current retry policy.
Top
See Also