Zeebe C# Client 2.9.0
C# Client to communicate with an Zeebe Gateway
Loading...
Searching...
No Matches
Zeebe.Client.Api.Misc.IAsyncRetryStrategy Interface Reference

Public Member Functions

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.
 

Member Function Documentation

◆ 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
actionthe action which should be run and retried.
Template Parameters
TResultthe result type.
Returns
the result of the action.

The documentation for this interface was generated from the following file: