----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: Mrinal Message 3 in Discussion Hi , I think following could be an answer for your query : In either of the cases mentioned by you if First or the Primary thread that spawns the other thread for asynchronous call to execute , gets halted or gets aborted , then essentially user won't be able to complete the process or get a result back , which is pretty much similar to any such thing happening in a synchronous process . It is important to understand that in the case of an Asynchronous calling in a web service or any where else , second thread is spawned just to carry out a function call separately , leaving the primary thread for user responsiveness and moment it returns back with a result End Invoke finally gets triggered on Primary Thread , there's no way you can use second thread for executing End Invoke even if primary thread is halted , moreover spawned is over moment it returns back the result to primary thread . Hope it helps . regards , Mrinal ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/bdotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
