开发者

Possible to flush results back through an asmx web service?

I have an asmx web service that performs 5 tasks.

It is at a开发者_运维技巧ll possible to send back a result during the call, so that when 1 task completes, even though the web service is still running, the client can get some results back before the whole web service method completes all its work?

Thanks


No, it's not possible. ASMX web services use a request/response mechanism. One request - one response.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜