|
Task< TResult > | DoWithRetry< TResult > (Func< Task< TResult > > action) |
| Runs the given asynchronous action asynchronously and retries it if it fails. When and how it is retried is depended of the implementation.
|
|
◆ DoWithRetry< TResult >()
Task< TResult > Zeebe.Client.Api.Misc.IAsyncRetryStrategy.DoWithRetry< TResult > |
( |
Func< Task< TResult > > | action | ) |
|
Runs the given asynchronous action asynchronously and retries it if it fails. When and how it is retried is depended of the implementation.
- Parameters
-
action | the action which should be run and retried. |
- Template Parameters
-
- Returns
- the result of the action.
The documentation for this interface was generated from the following file:
- Client/Api/Misc/IAsyncRetryStrategy.cs