Is there any way at all to wait for return from an await/async method call? Trying to convert a program over to Windows Store and just getting stuck with methods that now need async/await calls for file access. Could wait on a thread maybe, but Windows Store doesnt even like Thread
Take a look at this page…