|   | Threading | 
 Syntax
Syntax Members
Members| Member name | Value | Description | 
|---|---|---|
| DedicatedForeground | 0 | A dedicated thread that is a foreground thread. | 
| DedicatedBackground | 1 | A dedicated thread that is a background thread. | 
| ThreadPool | 2 | A background thread from the thread pool. | 
 See Also
See Also