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
long running server process would have to continually check for a stop
order.

 

Why are you wanting this behavior?

 

Tracy Spratt,

Lariat Services, development services available

  _____  

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of djepyon
Sent: Tuesday, April 21, 2009 12:12 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] stopping a sevice call mid request

 






I've tried combinations of stop() and disconnect() on HTTPService and
nothing seems to do the trick. If a user a series of quick requests to a
listing service I want to stop those that aren't the most recent. How can
this be done?

Thanks



Reply via email to