HostOptions.ServicesStartConcurrently Propriedade

Definição

Recebe ou define um valor que indica se irá IHost iniciar instâncias registadas de IHostedService simultaneamente ou sequencialmente.

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 Propriedade

true se o IHost iniciar instâncias registadas de IHostedService simultaneamente; false se o IHost iniciar instâncias registadas sequencialmente. O padrão é false .

Aplica-se a