C# 클래스 Microsoft.Ccr.Core.Dispatcher

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

공개 메소드들

메소드 설명
Dispatcher ( ) : System
Dispatcher ( int threadCount, ThreadPriority priority, DispatcherOptions options, ApartmentState threadApartmentState, int maxThreadStackSize, string threadPoolName ) : System
Dispatcher ( int threadCount, ThreadPriority priority, DispatcherOptions options, ApartmentState threadApartmentState, string threadPoolName ) : System
Dispatcher ( int threadCount, ThreadPriority priority, bool useBackgroundThreads, string threadPoolName ) : System
Dispatcher ( int threadCount, string threadPoolName ) : System
Dispose ( ) : void

비공개 메소드들

메소드 설명
Dequeue ( int &start, DispatcherQueue &queue ) : ITask
Dispatcher ( int threadCount, ThreadPriority priority, DispatcherOptions options, string threadPoolName ) : System
Dispose ( bool disposing ) : void
Notify ( DispatcherQueue queue ) : void
Register ( DispatcherQueue queue ) : void
SpawnWorker ( ) : void
TaskDone ( ITask task, Exception e ) : void

메소드 상세

Dispatcher() 공개 메소드

public Dispatcher ( ) : System
리턴 System

Dispatcher() 공개 메소드

public Dispatcher ( int threadCount, ThreadPriority priority, DispatcherOptions options, ApartmentState threadApartmentState, int maxThreadStackSize, string threadPoolName ) : System
threadCount int
priority ThreadPriority
options DispatcherOptions
threadApartmentState ApartmentState
maxThreadStackSize int
threadPoolName string
리턴 System

Dispatcher() 공개 메소드

public Dispatcher ( int threadCount, ThreadPriority priority, DispatcherOptions options, ApartmentState threadApartmentState, string threadPoolName ) : System
threadCount int
priority ThreadPriority
options DispatcherOptions
threadApartmentState ApartmentState
threadPoolName string
리턴 System

Dispatcher() 공개 메소드

public Dispatcher ( int threadCount, ThreadPriority priority, bool useBackgroundThreads, string threadPoolName ) : System
threadCount int
priority ThreadPriority
useBackgroundThreads bool
threadPoolName string
리턴 System

Dispatcher() 공개 메소드

public Dispatcher ( int threadCount, string threadPoolName ) : System
threadCount int
threadPoolName string
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void