Op Englesch liesen

Deelen iwwer


HostOptions.ServicesStartConcurrently Property

Definition

Gets or sets a value that indicates if the IHost will start registered instances of IHostedService concurrently or sequentially.

C#
public bool ServicesStartConcurrently { get; set; }

Property Value

true if the IHost will start registered instances of IHostedService concurrently; false if the IHost will start registered instances sequentially. The default is false .

Applies to

Produkt Versiounen
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Standard 2.0 (package-provided), 2.1 (package-provided)