You're correct, the RequestManager was written to manage the cancellation for you, not to allow you to cancel the requests manually.
Your proposed approach to extend the functionality would work, and in fact, is the way that many Ajax libraries work.
__________________
Nicholas C. Zakas
Author, Professional JavaScript for Web Developers (ISBN 0764579088)
http://www.nczonline.net/
|