|
-
Feb 14th, 2011, 06:55 AM
#1
Thread Starter
Fanatic Member
Component has no Invoke or beginInvoke
I have a component which starts a secondary thread.
I don't want the main thread to loop, poll or wait for the secondary thread to finish. I want an event to be fired when the secondary thread is finished.
If the main thread was a ui or a control then the secondary thread could use BeginInvoke to fire an event in the main thread.
But Component doesn't have any Invoke or beginInvoke so I can't do that.
How does the secondary thread fire an event in the main thread of the component ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|