Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
Dequeue ( int &start, |
||
Dispatcher ( int threadCount, ThreadPriority priority, DispatcherOptions options, string threadPoolName ) : System | ||
Dispose ( bool disposing ) : void | ||
Notify ( |
||
Register ( |
||
SpawnWorker ( ) : void | ||
TaskDone ( ITask task, |
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 | |
return | System |
public Dispatcher ( int threadCount, ThreadPriority priority, DispatcherOptions options, ApartmentState threadApartmentState, string threadPoolName ) : System | ||
threadCount | int | |
priority | ThreadPriority | |
options | DispatcherOptions | |
threadApartmentState | ApartmentState | |
threadPoolName | string | |
return | System |
public Dispatcher ( int threadCount, ThreadPriority priority, bool useBackgroundThreads, string threadPoolName ) : System | ||
threadCount | int | |
priority | ThreadPriority | |
useBackgroundThreads | bool | |
threadPoolName | string | |
return | System |
public Dispatcher ( int threadCount, string threadPoolName ) : System | ||
threadCount | int | |
threadPoolName | string | |
return | System |