Ahmad Abu Znait
Results
2
comments of
Ahmad Abu Znait
Unfortunately, using the AsyncEventHandler the worker completes before even going through the event and when the ReportProgress is called it throws Operation already completed exceptiopn. ``` private async Task Worker_DoWork(object...
Doing this causes the same behavior as raising the event Asynchronously, the worker completes its work before going through the code block.