- CancellationToken System.Threading
- CancellationTokenSource System.Threading
- Interlocked System.Threading
- Monitor System.Threading
- Mutex System.Threading
- ParameterizedThreadStart System.Threading
- Semaphore System.Threading
- SemaphoreSlim System.Threading
- SpinLock System.Threading
- SpinWait System.Threading
- Thread System.Threading
- ThreadPool System.Threading
- ThreadStart System.Threading
- ThreadState System.Threading
- ThreadType System.Threading
- Timer System.Threading
System.Threading Namespace
Provides classes and interfaces that enable the creation and management of threads, synchronization primitives, thread-local storage, thread pools, and cancellation mechanisms in .NET applications. This namespace is fundamental for building concurrent and asynchronous applications.
Classes
Interfaces
- IAsyncResult System.Threading
- IThreadPoolWorkItem System.Threading
Enums
- ApartmentState System.Threading
- LockRecursionPolicy System.Threading
- ThreadPriority System.Threading
- ThreadState System.Threading
- ThreadType System.Threading
Delegates
- ContextCallback System.Threading
- ParameterizedThreadStart System.Threading
- SendOrPostCallback System.Threading
- ThreadStart System.Threading
- WaitCallback System.Threading
Structs
- CancellationToken System.Threading
- Lock System.Threading
- LockScope System.Threading