I have one. NET 2.0 is a smart client and I work back with a web service. At present, there are some asynchronous web service calls made by the customer who can take 30 or more seconds to complete. Web service calls do not return any data (we are actually moving data to our central SQL server) Right now, everything works well, but I understand all the issues of the coast and I am thinking that the web service What happens with the client if the application closes between the call and the completion, before anyone else, and if so, then what is the right way to handle it?
Thank you!
Unless you have code checked:
HttpContext .Current. Response.IsClientConnected Then it will continue to execute.
Comments
Post a Comment