F
Franz
I would like to know the difference between Thread.Abort and Thread.Suspend.
Although I have read the MSDN Library, I still don't know the situations of
using them.
For example, I am writing a HTTP or NNTP Client. I created a Thread to
receive the data through TcpClient. The user want to stop the receiving
process whenever the process is completed or not. So, which should I use?
Abort or Suspend?
Thanks.
Although I have read the MSDN Library, I still don't know the situations of
using them.
For example, I am writing a HTTP or NNTP Client. I created a Thread to
receive the data through TcpClient. The user want to stop the receiving
process whenever the process is completed or not. So, which should I use?
Abort or Suspend?
Thanks.