RE: [flexcoders] stopping a sevice call mid request

2009-04-20 Thread Tracy Spratt
I am not sure that you can. After all, the call is asynchronous, you have sent it off to some place for handling. What would such a stop do? Go the server processing the request and tell it to stop? I can imagine it would be possible to code such a behavior into the server process, but the

RE: [flexcoders] stopping a sevice call mid request

2009-04-20 Thread Mark Easton
...@yahoogroups.com]on Behalf Of Tracy Spratt Sent: Tuesday, 21 April 2009 4:28 p.m. To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] stopping a sevice call mid request I am not sure that you can. After all, the call is asynchronous, you have sent it off to some place for handling. What