CHAPTER 19 MULTITHREADED, PARALLEL, AND ASYNC PROGRAMMING
The System.Threading.Thread Class
The most primitive of all types in the System.Threading namespace is Thread. This class represents an
object-oriented wrapper around a given path of execution within a particular AppDomain. This type also
defines a number of methods (both static and instance level) that allow you to create new threads within
the current AppDomain, as well as