次の方法で共有


RetryPolicy.IntervalInSeconds プロパティ

定義

再試行間隔を秒単位で取得または設定します。 既定値は 30 です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象