Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
Asynchronous Fire-And-Forget Call
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Stephen Barrett, post: 528274"] IS this as simple as setting the IsBackground property to TRUE when I create the new thread? I have tried numerous methods to get this to work. 1) create delegate to private method, and call BeginInvoke with calling EndInvoke (memory leak possible) 2) create deleate to private method and use AsyncHelper class to basically fire and forget 3) create a new Thread with ThreadStart pointing to private method The private method is not getting called in any of these scenarios. Isn't there a way to create a thread that will survive once the page life cycle thread finishes? [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
Asynchronous Fire-And-Forget Call
Top