Share via


HostOptions.ServicesStartConcurrently Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die IHost registrierten Instanzen von IHostedService gleichzeitig oder sequenziell startet, oder legt diesen fest.

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

Eigenschaftswert

Der Standardwert lautet false.

Gilt für: