Sta |
The StaTaskScheduler type exposes the following members.
| Name | Description | |
|---|---|---|
| StaTaskScheduler | Initializes a new instance of the StaTaskScheduler class with the specified concurrency level. |
| Name | Description | |
|---|---|---|
| MaximumConcurrencyLevel | Gets the maximum concurrency level supported by this scheduler. (Overrides TaskSchedulerMaximumConcurrencyLevel) |
| Name | Description | |
|---|---|---|
| Dispose | Cleans up the scheduler by indicating that no more tasks will be queued. This method blocks until all threads successfully shutdown. |
| Name | Description | |
|---|---|---|
| _tasks | Stores the queued tasks to be executed by our pool of STA threads. | |
| _threads | The STA threads used by the scheduler. |
| Name | Description | |
|---|---|---|
| GetEnumNames | (Defined by General) | |
| IsValidDouble | (Defined by General) |