Posts by Ludvig • 3 points
1 post
- 
		0 votes1 answer72 viewsQ: How to create a method that does not wait to finish to return OKI need to create a method that returns "OK" immediately, without waiting for a method called by it to end. how to do this? [WebMethod] public string ImportaDadosPosLeilaoValores(string fileName) {…