0
Reply

How to use a thread and timer in webservice method?

Easwaran Paramasivam

Easwaran Paramasivam

Jun 20 2015 9:18 PM
716
I need to set a timer in a webservice method and then start the process in another thread. If the timer reaches 120 seconds then kill the thread and return failure to the client. BTW, the method returns some XML document as return value. Kindly assist with some sample code.