다음을 통해 공유


HostOptions.ServicesStartConcurrently 속성

정의

의 등록된 인스턴스 IHostedService 가 동시에 또는 순차적으로 시작되는지 여부를 IHost 나타내는 값을 가져오거나 설정합니다.

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

속성 값

기본값은 false입니다.

적용 대상