hi i've created a multithreaded application. Now my problem is how could i close or abort a specific thread?
I have a variable the holds the thread id and i use this "System.AppDomain.GetCurrentThreadId" to get the current id and store it to a variable.
hope someone could help me.
I have a variable the holds the thread id and i use this "System.AppDomain.GetCurrentThreadId" to get the current id and store it to a variable.
hope someone could help me.