Is it possible "kill" the thread of a BackgroundWorker?
In my DoWork event, I can't check the cancellation flag, because I have a blocking
call to an external COM interface or a query to a database. CancelAsync doesn't cancel the call to COM.
How can I do it, please ? Any suggestions will be very appreciated.
Thanks in advance.