G
Guest
Hi
I have an aplication made with C#. It executes stored procedures using threads. I threw a thread and it executes the store. I want to kill it, but I don't kwon if I procesess executed by the thread, stops too.
For example:
I threw a thread and it begins to execute the stored called TEST1, then I kill the thread.
Do I stop TEST1's execution? I say NO, but I'm not sure.
Does someone help me?
Thanks
I have an aplication made with C#. It executes stored procedures using threads. I threw a thread and it executes the store. I want to kill it, but I don't kwon if I procesess executed by the thread, stops too.
For example:
I threw a thread and it begins to execute the stored called TEST1, then I kill the thread.
Do I stop TEST1's execution? I say NO, but I'm not sure.
Does someone help me?
Thanks