HostOptions.ServicesStartConcurrently Propiedad

Definición

Obtiene o establece un valor que indica si inicia IHost instancias registradas de IHostedService forma simultánea o secuencial.

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

Valor de propiedad

Tiene como valor predeterminado false.

Se aplica a