0

I have a WCF method. I would like to return to user a result and continue processing in the server side (via .net Task). The problem is that I have the "Cannot access a disposed object." error message when I continue processing in the server side. can anyone help ? how can I implement that. Return a result to user but continue working in the server side.

thanks Hagai

4

1 回答 1

0

探索适合您的场景的回调合约选项 - http://www.dotnetcurry.com/ShowArticle.aspx?ID=721

于 2013-07-21T15:15:41.697 回答