suspend BackGroundWorker Control

N

nondos

Is it possible to suspend BackGroundWorker Control like it's possible in
thread?

Thanks
 
A

AlexS

BackGroundWorker just helps you to create and run threads. If you code your
suspend logic in the body of thread you run with BackGroundWorker you should
get desired results without touching the control itself.

To get more details explain what are you trying to achieve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top