Skip to content

Instantly share code, notes, and snippets.

@tomorgan
Created July 29, 2014 12:45
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