RetryPolicy<T>::ExecuteAction Method

 

Namespace:   Microsoft.WindowsAzure.Common.TransientFaultHandling
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

NameDescription
System_CAPS_pubmethodExecuteAction(Action^)

Repetitively executes the specified action while it satisfies the current retry policy.(Inherited from RetryPolicy.)

System_CAPS_pubmethodExecuteAction<TResult>(Func<TResult>^)

Repetitively executes the specified action while it satisfies the current retry policy.(Inherited from RetryPolicy.)

Return to top
Show: