Search Results

1
vote

C# BackgroundWorker Thread Problem

It's up to the workerthreads code to check the CancellationPending property. The code that is executed in between these checks will always be executed, causing a delay. In your remark you …