Skip to content

Instantly share code, notes, and snippets.

@Msirkovsky
Created November 30, 2016 14:05
Show Gist options
  • Save Msirkovsky/64d09dcf822dd65cc430d039e03ccdee to your computer and use it in GitHub Desktop.
Save Msirkovsky/64d09dcf822dd65cc430d039e03ccdee to your computer and use it in GitHub Desktop.
Task.Factory.StartNew(() =>
{
processing messages .......
});
return new HttpStatusCodeResult(HttpStatusCode.OK);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment