RetryPolicy 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. |
![]() | ExecuteAction(Of TResult)(Func(Of TResult)) | Repetitively executes the specified action while it satisfies the current retry policy. |
![]() | ExecuteAsync(Func(Of Task)) | Repetitively executes the specified asynchronous task while it satisfies the current retry policy. |
![]() | ExecuteAsync(Func(Of Task), CancellationToken) | Repetitively executes the specified asynchronous task while it satisfies the current retry policy. |
![]() | ExecuteAsync(Of TResult)(Func(Of Task(Of TResult))) | Repeatedly executes the specified asynchronous task while it satisfies the current retry policy. |
![]() | ExecuteAsync(Of TResult)(Func(Of Task(Of TResult)), CancellationToken) | Repeatedly executes the specified asynchronous task while it satisfies the current retry policy. |
![]() | 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. |
![]() | ToString() | (Inherited from Object.) |

