开发者

Why BackgroundWorker started itself?

开发者 https://www.devze.com 2023-04-02 04:27 出处:网络
In my application backgroundWorker starts when I start the application. I can\'t see anything befo开发者_StackOverflow社区re backgroundworker_dowork in call stack other than [external code].

In my application backgroundWorker starts when I start the application. I can't see anything befo开发者_StackOverflow社区re backgroundworker_dowork in call stack other than [external code].

Why backgroundworker is starting itself and how to avoid that?


BackgroundWorkers are started by calling the worker's RunWorkerAsync method. Find where this method is being called, breakpoint it and see what's what.

0

精彩评论

暂无评论...
验证码 换一张
取 消