共用方式為


HostOptions.StartupTimeout 屬性

定義

取得或設定的預設 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)主機服務。

適用於