次の方法で共有


ActivityPolicy.RetryIntervalInSeconds プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象