await namespace

  • Thread starter Thread starter zequion1
  • Start date Start date
Z

zequion1

Guest
I want to use await to wait for the asynchronous termination of a task without blocking the UI but VS tells me that "await" is not recognized. I have turned on the Microsoft.Bcl.AsyncInterfaces reference but it still doesn't work.What is the await NameSpace or reference to add in VS 2019?

Continue reading...
 
Back
Top