Multithreaded Programming for Components with System.Threading

The BackgroundWorker component replaces and adds functionality to the System.Threading namespace; however, the System.Threading namespace is retained for both backward compatibility and future use, if you choose. For more information, see BackgroundWorker Component Overview.

In This Section

Topic Location
Walkthrough: Authoring a Simple Multithreaded Component with Visual Basic Windows Forms Custom Controls in the .NET Framework SDK
Walkthrough: Authoring a Simple Multithreaded Component with Visual C# Windows Forms Custom Controls in the .NET Framework SDK
Walkthrough: Authoring a Simple Multithreaded Component with Visual Basic Windows Forms Custom Controls in the .NET Framework SDK
Walkthrough: Authoring a Simple Multithreaded Component with Visual C# Windows Forms Custom Controls in the .NET Framework SDK
Walkthrough: Authoring a Simple Multithreaded Component with Visual Basic Windows Forms Custom Controls in the .NET Framework SDK
Walkthrough: Authoring a Simple Multithreaded Component with Visual C# Windows Forms Custom Controls in the .NET Framework SDK
Walkthrough: Authoring a Simple Multithreaded Component with Visual Basic Windows Forms Custom Controls in the .NET Framework SDK
Walkthrough: Authoring a Simple Multithreaded Component with Visual C# Windows Forms Custom Controls in the .NET Framework SDK

Reference

  • System.Threading namespace
    Provides classes and interfaces that enable multithreaded programming.

See Also

Other Resources

Multithreading in Components