Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Last active June 11, 2018 07:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NMZivkovic/f1a2a8208949c3fd349e17f8faba42ff to your computer and use it in GitHub Desktop.
Save NMZivkovic/f1a2a8208949c3fd349e17f8faba42ff to your computer and use it in GitHub Desktop.
public async Task<int> TestTask(int delay)
{
await Task.Delay(delay);
return 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment