I don’t quite understand the difference between Task.Wait and await. I have something similar to the following functions in a ASP.NET WebAPI service: public class TestController : ApiController {...
  • May 23, 2022
  • 0 Comments