Thread.Abort()



I will do several things in my thread:
Copy a file to a location
Update database record
Read the file content
Write the content to a log file

If I call Thread.Abort(), it may be possible to stop at the middle of the
something ?


.


Loading