g***@yahoo.co.in
2008-05-27 11:57:16 UTC
Hello Igor,
1.I am calling Switch() method from OnResponse() .
2.Then call goes to Continue() method .
3.In this Continue() method I am getting the thread ID using the
function GetCurrentThreadId().
4. The thread Id's (for a single html page ) that I get are not all
same. i.e for a single page I have multiple thread id's
By calling switch the continue() should be called on the main thread,
right !!
Then how is it that I am getting different thread id's
I want to identify what all request/response pair belongs to a page.
(Even when multiple IE windows are open) . So I was trying to identify
it by using the thread ID of the main thread.
Is there any other way to achieve ??
Your response is much awaited,
Thanks & Regards
Hitesh
1.I am calling Switch() method from OnResponse() .
2.Then call goes to Continue() method .
3.In this Continue() method I am getting the thread ID using the
function GetCurrentThreadId().
4. The thread Id's (for a single html page ) that I get are not all
same. i.e for a single page I have multiple thread id's
By calling switch the continue() should be called on the main thread,
right !!
Then how is it that I am getting different thread id's
I want to identify what all request/response pair belongs to a page.
(Even when multiple IE windows are open) . So I was trying to identify
it by using the thread ID of the main thread.
Is there any other way to achieve ??
Your response is much awaited,
Thanks & Regards
Hitesh