Dot net application has 2 functions. Second function will be executed after the completion of 1st function. sometimes 1st Function hangs and takes lot of time for completion. so after 2 mins I want to kill only first function and make to execute second function. How do we achieve this.
Thanks