HostOptions.ServicesStartConcurrently プロパティ

定義

IHostIHostedServiceの登録済みインスタンスを同時または順番に開始するかどうかを示す値を取得または設定します。

public:
 property bool ServicesStartConcurrently { bool get(); void set(bool value); };
public bool ServicesStartConcurrently { get; set; }
member this.ServicesStartConcurrently : bool with get, set
Public Property ServicesStartConcurrently As Boolean

プロパティ値

true IHostIHostedServiceの登録済みインスタンスを同時に開始する場合はfalseIHostが登録済みインスタンスを順番に開始する場合は。 既定値は false です。

適用対象