Is it possible to cancel an RPC call that is assigned to an AsyncToken with responders?

有帮助吗?

解决方案

I believe that the AsyncToken has a reference to the Operation in the IMessage Body. If not, you'll need to add it manually. I don't think you can cancel a specific call this way--it looks like it would only cancel the most recent.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top