RetryPolicy<T>::ExecuteAsync Method
Namespace:
Microsoft.WindowsAzure.Common.TransientFaultHandling
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
| Name | Description | |
|---|---|---|
![]() | ExecuteAsync(Func<Task^>^) | Repetitively executes the specified asynchronous task while it satisfies the current retry policy.(Inherited from RetryPolicy.) |
![]() | ExecuteAsync(Func<Task^>^, CancellationToken) | Repetitively executes the specified asynchronous task while it satisfies the current retry policy.(Inherited from RetryPolicy.) |
![]() | ExecuteAsync<TResult>(Func<Task<TResult>^>^) | Repeatedly executes the specified asynchronous task while it satisfies the current retry policy.(Inherited from RetryPolicy.) |
![]() | ExecuteAsync<TResult>(Func<Task<TResult>^>^, CancellationToken) | Repeatedly executes the specified asynchronous task while it satisfies the current retry policy.(Inherited from RetryPolicy.) |
Show:
