| IntuitRetryPolicyExecuteAction Method (Action) | 
 
            Repetitively executes the specified action while it satisfies the current retry policy.
            
 
    Namespace: 
   Intuit.Ipp.Retry
    Assembly:
   Intuit.Ipp.Retry (in Intuit.Ipp.Retry.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic void ExecuteAction(
	Action action
)
Parameters
- action
 - Type: SystemAction
A delegate representing the executable action which doesn't return any results. 
See Also