Skip to content

Instantly share code, notes, and snippets.

@tomorgan
Created July 29, 2014 12:45
Show Gist options
  • Save tomorgan/f29a1355dfd775702f5b to your computer and use it in GitHub Desktop.
Save tomorgan/f29a1355dfd775702f5b to your computer and use it in GitHub Desktop.
private void MyMethod()
{
await CallLongRunningTaskAsync();
//this code runs AFTER the task has completed;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment