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

Reference

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

See Also

Other Resources

Multithreading in Components