C# 클래스 System.Threading.Tasks.ThreadWorker

상속: IDisposable
파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Equals ( ThreadWorker other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
Pulse ( ) : void
Stop ( ) : void
ThreadWorker ( IScheduler sched, ThreadWorker others, IProducerConsumerCollection sharedWorkQueue, bool createThread, int maxStackSize, ThreadPriority priority ) : System
ThreadWorker ( IScheduler sched, ThreadWorker others, IProducerConsumerCollection sharedWorkQueue, int maxStackSize, ThreadPriority priority ) : System
WorkerMethod ( Func predicate, IProducerConsumerCollection sharedWorkQueue, ThreadWorker others ) : void

비공개 메소드들

메소드 설명
InitializeUnderlyingThread ( int maxStackSize, ThreadPriority priority ) : void
WorkerMethod ( ) : bool
WorkerMethodWrapper ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Equals() 공개 메소드

public Equals ( ThreadWorker other ) : bool
other ThreadWorker
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Pulse() 공개 메소드

public Pulse ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

ThreadWorker() 공개 메소드

public ThreadWorker ( IScheduler sched, ThreadWorker others, IProducerConsumerCollection sharedWorkQueue, bool createThread, int maxStackSize, ThreadPriority priority ) : System
sched IScheduler
others ThreadWorker
sharedWorkQueue IProducerConsumerCollection
createThread bool
maxStackSize int
priority ThreadPriority
리턴 System

ThreadWorker() 공개 메소드

public ThreadWorker ( IScheduler sched, ThreadWorker others, IProducerConsumerCollection sharedWorkQueue, int maxStackSize, ThreadPriority priority ) : System
sched IScheduler
others ThreadWorker
sharedWorkQueue IProducerConsumerCollection
maxStackSize int
priority ThreadPriority
리턴 System

WorkerMethod() 공개 정적인 메소드

public static WorkerMethod ( Func predicate, IProducerConsumerCollection sharedWorkQueue, ThreadWorker others ) : void
predicate Func
sharedWorkQueue IProducerConsumerCollection
others ThreadWorker
리턴 void