How can I get an existing Thread

  • Thread starter Thread starter Shawn
  • Start date Start date
S

Shawn

Hi.
I have two pages, page1.aspx and page2.aspx. In page1.aspx I start a new
thread that starts a process that might take 1-2 minutes. I want to use
page2.aspx to check the status of this thread. How can I retrieve the
thread I started up in page1.aspx? I've noticed that the thread has a
ManagedThreadId propery. Can I somehow use this to get a hold of the thread
again?

I'm using VS 2005

Thanks,
Shawn
 

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