Hi folks,

I'm developing a system where I'm going to be running BackgroundWorkers within another BackgroundWorker's DoWork method. Is it safe to call the ReportProgress(...) method of the former from the work threads of the other BackgroundWorkers?

>Is it safe to call the ReportProgress(...) method of the former from the work threads of the other BackgroundWorkers?

Instance members are not guaranteed to be thread safe.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.