C# 클래스 DotNetWorkQueue.TaskScheduling.WorkGroupWithItem

Stores the work group along with the smart thread pool work items group
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CurrentWorkItems int

공개 메소드들

메소드 설명
WorkGroupWithItem ( IWorkGroup sourceGroup, IWorkItemsGroup threadGroup, ICounter metricCounter ) : Amib.Threading

Initializes a new instance of the WorkGroupWithItem class.

메소드 상세

WorkGroupWithItem() 공개 메소드

Initializes a new instance of the WorkGroupWithItem class.
public WorkGroupWithItem ( IWorkGroup sourceGroup, IWorkItemsGroup threadGroup, ICounter metricCounter ) : Amib.Threading
sourceGroup IWorkGroup The source group.
threadGroup IWorkItemsGroup The thread group.
metricCounter ICounter A counter for tracking how many items are being processed
리턴 Amib.Threading

프로퍼티 상세

CurrentWorkItems 공개적으로 프로퍼티

How many work items are being processed and are also in the queue
This cannot be a property, as it's updated via interlock
public int CurrentWorkItems
리턴 int