Suppose the main thread is spawning a new thread t1, how can my code that runs on t1 find the thread id of the main thread (using c#)?
Edit: I don\'t control the
You can't.
Yet you might consider: