次の方法で共有


JobStepExecutionOptions.InitialRetryIntervalSeconds プロパティ

定義

ジョブ ステップの実行の再試行間の初期遅延を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象