[This documentation is preliminary and is subject to change.]
Represents the thread pool.
Inheritance
- Object
- ThreadPool
Syntax
Attributes
- StaticAttribute(Windows.System.Threading.IThreadPoolStatics, 100794368)
- VersionAttribute(100794368)
- WebHostHiddenAttribute()
Members
The ThreadPool class has the following types of members:
Methods
The ThreadPool class has the following methods.
| Method | Description |
|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object) |
| GetType | Gets the type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current object. (Inherited from Object) |
| RunAsync(WorkItemHandler) | Creates a work item. |
| RunAsync(WorkItemHandler, WorkItemPriority) | Creates a work item and specifies its priority relative to other work items in the thread pool. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
Remarks
The ThreadPool class has only static methods, so its methods can be called without creating an instance of the class.
Requirements
|
Minimum supported client | Windows Developer Preview |
|---|---|
|
Minimum supported server | Windows Server Developer Preview |
|
Namespace |
Windows.System.Threading |
|
Assembly |
|
See also
Build date: 9/7/2011
