Zeebe C# Client 2.5.0
C# Client to communicate with an Zeebe Gateway
Loading...
Searching...
No Matches
Zeebe.Client.Api.Commands.IUpdateRetriesCommandStep1 Interface Reference

Public Member Functions

IUpdateRetriesCommandStep2 Retries (int retries)
 Set the retries of this job. More...
 

Member Function Documentation

◆ Retries()

IUpdateRetriesCommandStep2 Zeebe.Client.Api.Commands.IUpdateRetriesCommandStep1.Retries ( int  retries)

Set the retries of this job.

If the given retries are greater than zero then this job will be picked up again by a job subscription and a related incident will be marked as resolved.

Parameters
retriesretries the retries of this job.
Returns
the builder for this command. Call IFinalCommandStep<T>.Send to complete the command and send it to the broker.

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