|
-
Aug 7th, 2002, 07:53 AM
#1
Thread Starter
Junior Member
Stopping and restarting thread
Is it possible to stop a thread and then restart it from the original spot that it started?
So if i had this code
Dim FSRThread As Threading.Thread = New Threading.Thread(AddressOf objTCPIPFromSBMFResults.StartListening)
What would be the code for me to stop this thread within the StartListening thread function and restart the thread at the beginning of StartListening??
Thanks in advance.
-
Aug 7th, 2002, 06:09 PM
#2
yay gay
there is some stop function and some resume function i cant remember how they were called
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
|