|
-
Apr 13th, 2006, 01:10 AM
#2
Re: [2005] Multithreading vs. BackgroundWorker
The BackgroundWorker is just a class that wraps a thread to hide some of the detail and make it easier to use by providing specific methods and events. You should use the BackgroundWorker if it can do what you want. If you need more fine-grained control then create a Thread yourself.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|