Created
November 30, 2016 14:05
-
-
Save Msirkovsky/64d09dcf822dd65cc430d039e03ccdee to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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