The Thread Class

The System.Threading.Thread class encapsulates all of the functionality threads offered on the Windows CE device that can be accessed with the .NET Compact Framework. Table 4.1 shows the methods and properties available in the Thread class on the .NET Compact Framework.

THREADING LIMITATIONS ON THE .NET COMPACT FRAMEWORK

The threading support available in the .NET Compact Framework is much less deep than that available on the desktop. It is important to pay attention to which overloads and classes are available.

Table 4.1. The Thread Class
METHOD/PROPERTY NAMEDESCRIPTION
ThreadConstructor
PriorityGets or sets the thread's priority
void StartStarts a newly created or stopped thread; see “Creating and Starting a Thread” section
void ...

Get Microsoft® .NET Compact Framework Kick Start now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.