HostOptions.ServicesStopConcurrently Property

Definition

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

public:
 property bool ServicesStopConcurrently { bool get(); void set(bool value); };
public bool ServicesStopConcurrently { get; set; }
member this.ServicesStopConcurrently : bool with get, set
Public Property ServicesStopConcurrently As Boolean

Property Value

Defaults to false.

Applies to