HostOptions.ServicesStartConcurrently Property

Definition

Gets or sets a value that indicates whether the IHost starts registered instances of IHostedService concurrently or sequentially.

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

Property Value

Defaults to false.

Applies to