次の方法で共有


StatefulServiceProperties.ReplicaRestartWaitDuration プロパティ

定義

ISO 8601 形式 (hh:mm:ss.s) で表される、レプリカがダウンしてから新しいレプリカが作成されるまでの期間を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象