BackgroundWorker implementation -in C#

My blog has moved.
You can view this post at the following address:
http://www.osherove.com/blog/2004/6/16/backgroundworker-implementation-in-c.html
Published Wednesday, June 16, 2004 10:20 AM by RoyOsherove
Filed under:

Comments

Tuesday, June 15, 2004 11:27 PM by TrackBack

# Implementing the BackgroundWorker component - today(source included)

Thursday, June 17, 2004 11:05 AM by Guy S.

# re: BackgroundWorker implementation -in C#

Cool. 10x

*I suggest to use a more meaningful names instead of temp/del like - targetMethod, tempMethod
Tuesday, August 03, 2004 5:18 PM by Michael Dwan

# re: BackgroundWorker implementation -in C#

Hello...

You got a typo at: public class CancleEventArgs : EventArgs

Cancle

Great site by the way. Keep up the good work!
Friday, January 07, 2005 11:57 AM by TrackBack

# Full source for The Regulator released

Friday, January 07, 2005 11:57 AM by TrackBack

# Full source for The Regulator released

Saturday, January 08, 2005 1:52 AM by TrackBack

# Full Source for the Regulator Released

Friday, July 07, 2006 4:29 PM by Doug Clutter

# re: BackgroundWorker implementation -in C#

This source code seems to be missing a few things. Two things popped out: 1) In DoWorkEventArgs, the Result property is a bool. I think it's supposed to be an object. 2) Also in DoWorkEventArgs, the Result property setter does nothing. Better to get this code sample from the http://www.idesign.net web site.
Saturday, June 27, 2009 4:16 AM by Dispatcher and Multi-threading in Silverlight3 « I.Net

# Dispatcher and Multi-threading in Silverlight3 « I.Net

Pingback from  Dispatcher and Multi-threading in Silverlight3 «  I.Net