JobStepExecutionOptions.InitialRetryIntervalSeconds Property

Definition

Gets or sets initial delay between retries for job step execution.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to