Using Task or async/await in IHttpAsyncHandler

后端 未结 6 869
名媛妹妹
名媛妹妹 2020-12-23 12:22

Since the very begining of writing ASP.NET applications when I wanted to add a threading there are 3 simple ways I can accomplish threading within my ASP.NET application :

6条回答
  •  误落风尘
    2020-12-23 13:27

    There's a nice implementation of HttpTaskAsyncHandler for the .NET 4.0 in the SignalR project. You may want to ckeck it out: http://bit.ly/Jfy2s9

提交回复
热议问题