Click here to Skip to main content
15,893,161 members
Articles / Programming Languages / C#

A Wrapper around BackgroundWorker

Rate me:
Please Sign up or sign in to vote.
3.71/5 (11 votes)
17 Feb 2020CPOL 27.7K   13  
An alternative way to use BackgroundWorker: more readable, more concise
There are many ways to use BackgroundWorker: lambdas, anonymous delegate and events. All have pros and cons but I find that they are not so readable. Here, you will see an alternative way to use BackgroundWorker.

Views

Daily Counts

License

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


Written By
Software Developer (Senior)
Italy Italy
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions