keeping track of threads

  • Thread starter Thread starter xzzy
  • Start date Start date
X

xzzy

I need to create threads and monitor their status via Name = RowID. I
thought a hashtable of threads would do it, but I cannot get it to work.

Does anyone know of an article or code snippet I could look at?

Thanks
 
You can store a reference to a Thread object in a hashtable. What is
it exactly that you can't get to work?
 

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