C# 클래스 SirCachealot.Parallel.ThreadManager

파일 보기 프로젝트 열기: ColdMatter/EDMSuite

공개 메소드들

메소드 설명
AddToQueue ( WaitCallback func, object parameters ) : void
ClearAnalysisRunStats ( ) : void
GetThreadStats ( ) : string
InitialiseThreading ( Controller c ) : void
QueueItemWrapper ( WaitCallback workFunction, object parametersIn ) : void

비공개 메소드들

메소드 설명
EstimateFinishTime ( ) : System.TimeSpan

메소드 상세

AddToQueue() 공개 메소드

public AddToQueue ( WaitCallback func, object parameters ) : void
func WaitCallback
parameters object
리턴 void

ClearAnalysisRunStats() 공개 메소드

public ClearAnalysisRunStats ( ) : void
리턴 void

GetThreadStats() 공개 메소드

public GetThreadStats ( ) : string
리턴 string

InitialiseThreading() 공개 메소드

public InitialiseThreading ( Controller c ) : void
c Controller
리턴 void

QueueItemWrapper() 공개 메소드

public QueueItemWrapper ( WaitCallback workFunction, object parametersIn ) : void
workFunction WaitCallback
parametersIn object
리턴 void