Events (backgroundworker)

  • Thread starter Thread starter csharpula csharp
  • Start date Start date
C

csharpula csharp

Hello,

I would like to know how can I fire events of background worker when I
want to let know the main thread that the action finished and to send
results.
Is there a way to fire RunWorkerCompletedEventArgs in events from
background to main thread?
Thank you
 
Hello,

I would like to know how can I fire events of background worker when I
want to let know the main thread that the action finished and to send
results.
Is there a way to fire RunWorkerCompletedEventArgs in events from
background to main thread?
Thank you

*** Sent via Developersdexhttp://www.developersdex.com***

If you are using a win app is easy, just keep a Control reference in
the worker thread and raise an event by calling Control.Invoke
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top