HealthCheckRegistration.Delay 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定在應用程式開始執行實例之前 IHealthCheckPublisher 套用至健康情況檢查的個別延遲。 在啟動後就會套用延遲,但不會套用至後續的反覆項目。
public:
property Nullable<TimeSpan> Delay { Nullable<TimeSpan> get(); void set(Nullable<TimeSpan> value); };
public TimeSpan? Delay { get; set; }
member this.Delay : Nullable<TimeSpan> with get, set
Public Property Delay As Nullable(Of TimeSpan)