HostOptions.StartupTimeout 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定的預設 StartAsync(CancellationToken)逾時。
public:
property TimeSpan StartupTimeout { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan StartupTimeout { get; set; }
member this.StartupTimeout : TimeSpan with get, set
Public Property StartupTimeout As TimeSpan
屬性值
備註
此逾時也包含所有實作 和StartedAsync(CancellationToken)的StartingAsync(CancellationToken)主機服務。