
Contents tagged with backgroundWorker
Restart a BackroundWorker Pattern
If you use a BackgroundWorker in your .Net Application you probably need to cancel the running process and re-start it with new parameters.There is a Pattern that you should use, to avoid the … more