Hi,
I am calling some third dll method for some of the files that method is not responding. So, I am planning to do the following I will wait for x amount of time if it does not give any response, kill this method and proceed to process the next file. So, the
question is how to kill that method after some time in C#?
Thanks.
Go to the complete details ...