Zeebe C# Client 2.7.0
C# Client to communicate with an Zeebe Gateway
|
Public Member Functions | |
IUpdateRetriesCommandStep2 | Retries (int retries) |
Set the retries of this job. | |
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.
retries | retries the retries of this job. |