Events Ent Threads question

  • Thread starter Thread starter Nikolay Petrov
  • Start date Start date
N

Nikolay Petrov

Can I start a method in separate thread, and make this method to wait
for a specific event to fire?
 
Nikolay Petrov said:
Can I start a method in separate thread, and make this method to wait
for a specific event to fire?

Yes of course. There are several interthread classes that allow this. Take a look in the SDK under
threading and you should see many examples of this.


--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Empower ASP.NET with IntraWeb
http://www.atozed.com/IntraWeb/
 

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