How can I wait for the void async method to finish working?
for example, I have a function as shown below:
async void LoadBlahBlah() { await blah(); ... }
now I want to make sure everything is loaded before proceeding elsewhere.
c # asynchronous windows-8 windows-store-apps
MBZ Nov 29 '12 at 23:25 2012-11-29 23:25
source share