質問

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