How to determine which thread is created from another?
Posted
by Alex Angas
on Stack Overflow
See other posts from Stack Overflow
or by Alex Angas
Published on 2010-06-08T02:13:07Z
Indexed on
2010/06/08
2:22 UTC
Read the original article
Hit count: 250
Is there any way in .NET for a thread to determine its 'parent', i.e. the thread that created it?
I'm diagnosing a timing issue with a black box third party API and would like to find out what custom code of mine it is executing on which thread.
© Stack Overflow or respective owner