J
JS
All,
I have an application that has asynchronous HTTPWebRequest calls
incorporated into it. While I am waiting for a handler that monitors
the connection for a timeout I want to monitor the thread itself in the
ThreadPool that I have started. By "monitor" I am implying I just want
to track its execution status (if it is complete or not).
Can it be done?
Code snippet:
....<some code>...
ThreadPool.RegisterWaitForSingleObject(arg1,arg2,...)
Thanx in advance.
J.
I have an application that has asynchronous HTTPWebRequest calls
incorporated into it. While I am waiting for a handler that monitors
the connection for a timeout I want to monitor the thread itself in the
ThreadPool that I have started. By "monitor" I am implying I just want
to track its execution status (if it is complete or not).
Can it be done?
Code snippet:
....<some code>...
ThreadPool.RegisterWaitForSingleObject(arg1,arg2,...)
Thanx in advance.
J.