Click or drag to resize
System.Threading Namespace
The System.Threading namespaces contain types that enable multithreaded programming. A child namespace provides types that simplify the work of writing concurrent and asynchronous code.
Classes
  ClassDescription
Public classInterlocked
Provides atomic operations for variables that are shared by multiple threads.
Public classMonitor
Provides a mechanism that synchronizes access to objects.
Public classThread
Creates and controls a thread, sets its priority, and gets its status.