RetryPolicy<T> Methods
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | ExecuteAction(Action) | Repetitively executes the specified action while it satisfies the current retry policy.(Inherited from RetryPolicy.) |
![]() | ExecuteAction<TResult>(Func<TResult>) | Repetitively executes the specified action while it satisfies the current retry policy.(Inherited from RetryPolicy.) |
![]() | 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.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | OnRetrying(Int32, Exception, TimeSpan) | Notifies the subscribers whenever a retry condition is encountered.(Inherited from RetryPolicy.) |
![]() | ToString() | (Inherited from Object.) |

