| Table of Contents
|
public class ElasticPriorityThreadPool
| Visibility | Description |
|---|---|
| Public | ElasticPriorityThreadPool(int minReservedThreads, int maxParallelThreads, int maxPriority) Creates a new ElasticPriorityThreadPool instance. |
| Visibility | Description |
|---|---|
| Public | MAX_RESERVED_THREADS Maximum number of threads that can be reserved by a single instance. |
| Visibility | Description |
|---|---|
| Public | MinReservedThreads Number of minimum reserved threads. |
| Public | MaxParallelThreads Number of maxium parallel threads. |
| Public | ThreadCount Number of threads currently used. |
| Public | WorkItemCount Number of items pending for execution. |
| Public | MaxPriority Max priority for work items. |
| Public | this[int priority] Accessor for prioritized dispatch queue. |
| Visibility | Description |
|---|---|
| Public | Dispose() Shutdown the ElasticThreadPool instance. This method blocks until all pending items have finished processing. |
| Public | ToString() (Override) Convert the dispatch queue into a string. |
| Public | Equals(object obj) (Inherited from Object) |
| Public | GetHashCode() (Inherited from Object) |
| Public | GetType() (Inherited from Object) |
| Protected | MemberwiseClone() (Inherited from Object) |
| Images 0 | ||
|---|---|---|
| No images to display in the gallery. |
Copyright © 2011 MindTouch, Inc. Powered by