|
-
Apr 29th, 2010, 02:43 AM
#1
[RESOLVED] Threading
Hi all
do i need explicitly close a thread when it finish its job or do the .NET framework take care of that for me?
* Rate It  If you Like it
__________________________________________________________________________________________
" Programming is like sex: one mistake and you’re providing support for a lifetime."
Get last SQL insert ID 
-
Apr 29th, 2010, 02:48 AM
#2
Re: Threading
Once the thread's entry method completes the thread terminates. You don't have to do anything.
-
Apr 29th, 2010, 02:51 AM
#3
* Rate It  If you Like it
__________________________________________________________________________________________
" Programming is like sex: one mistake and you’re providing support for a lifetime."
Get last SQL insert ID 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|