HostOptions.ServicesStartConcurrently プロパティ

定義

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

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

プロパティ値

既定値は false です。

適用対象