Click here to Skip to main content
15,860,972 members
Articles / Desktop Programming / Windows Forms

MultiThreading Using a Background Worker, C#

Rate me:
Please Sign up or sign in to vote.
4.65/5 (51 votes)
12 Nov 2014CPOL7 min read 202.3K   7.5K   64  
This article will show how to use the most important features of a background worker to load the balance of your code between different working threads. It will also demonstrate how to take progress events from the background worker and how to cancel a currently running thread.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions