Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
These samples demonstrate the common language runtime threading feature of the .NET Framework.
In This Section
Join Thread Technology Sample
Demonstrates how to join threads.Monitor Synchronization Technology Sample
Demonstrates how to use the Monitor class for thread synchronization.Reader-Writer Synchronization Technology Sample
Demonstrates how to control access to shared resources.Thread Pools Technology Sample
Demonstrates asynchronous threading operations.Timers Technology Sample
Demonstrates the uses of timers.Wait Synchronization Technology Sample
Demonstrates how to enforce mutually exclusive access to a protected block of code.
Related Sections
- Managed Threading
Introduces the basic concepts of threading with a focus on managed threading.