C# 클래스 BuildXL.Scheduler.WorkDispatcher.NestedChooseWorkerQueue

상속: BuildXL.Scheduler.WorkDispatcher.ChooseWorkerQueue
파일 보기 프로젝트 열기: microsoft/BuildXL

Private Properties

프로퍼티 타입 설명
AdjustParallelDegree bool

공개 메소드들

메소드 설명
Dispose ( ) : void
Enqueue ( RunnablePip runnablePip ) : void
NestedChooseWorkerQueue ( PipQueue pipQueue, int maxParallelDegree, int workerCount ) : System
StartTasks ( ) : void

비공개 메소드들

메소드 설명
AdjustParallelDegree ( int newParallelDegree ) : bool

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Enqueue() 공개 메소드

public Enqueue ( RunnablePip runnablePip ) : void
runnablePip RunnablePip
리턴 void

NestedChooseWorkerQueue() 공개 메소드

public NestedChooseWorkerQueue ( PipQueue pipQueue, int maxParallelDegree, int workerCount ) : System
pipQueue PipQueue
maxParallelDegree int
workerCount int
리턴 System

StartTasks() 공개 메소드

public StartTasks ( ) : void
리턴 void