Udostępnij za pośrednictwem


HostOptions.ServicesStartConcurrently Właściwość

Definicja

Pobiera lub ustawia wartość wskazującą, czy IHost wystąpienie IHostedService jest uruchamiane jednocześnie, czy sekwencyjnie.

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

Wartość właściwości

Wartość domyślna to false.

Dotyczy