Compartir a través de


JobExecution.CurrentAttempts Propiedad

Definición

Obtiene o establece el número de veces que se ha intentado la ejecución del trabajo.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.currentAttempts")]
public int? CurrentAttempts { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.currentAttempts")>]
member this.CurrentAttempts : Nullable<int> with get, set
Public Property CurrentAttempts As Nullable(Of Integer)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a