Compartir a través de


JobStepExecutionOptions.InitialRetryIntervalSeconds Propiedad

Definición

Obtiene o establece el retraso inicial entre los reintentos para la ejecución del paso de trabajo.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a