December 2004
Intermediate to advanced
1008 pages
21h 40m
English
A thread is a logical unit of execution for a program. The use of multiple threads in an application enables the programmer to create a more pleasurable experience for the user. Before getting into the details of how to employ the use of threads, you will learn some of the more important properties and methods of the thread class. In the following sections, you will learn how to create, run, join, stop, suspend, and pause a thread.
The thread class has several key properties. These properties enable you to control the basic makeup of a thread class. Table 9.1 is a list of some of the more important properties.
| Property | Description |
|---|---|
| ApartmentState ... |
Read now
Unlock full access