TaskExecutionInformation.RetryCount Property

Definition

Gets the number of times the task has been retried by the Batch service.

C#
public int RetryCount { get; }

Property Value

Remarks

Task application failures (non-zero exit code) are retried, pre-processing errors (the task could not be run) and file upload errors are not retried. The Batch service will retry the task up to the specified MaxTaskRetryCount.

Applies to

Product Versions
Azure SDK for .NET Latest