Returning a value from a function after an elapsed amount of time?

Posted by Achilles on Stack Overflow See other posts from Stack Overflow or by Achilles
Published on 2010-04-19T19:34:58Z Indexed on 2010/04/19 20:03 UTC
Read the original article Hit count: 108

Filed under:
|
|

I have a web service in ASP.NET being called by a time-sensitive process. If the web service takes longer than N seconds to run I want to return from the call so the time sensitive operation can continue. Is this possible and if so what is the code for this?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about ASP.NET