G
Guest
hi,
I have created a thread and called a method from it. Now i want to use the
same thread to execute another method.
This is how i have used.
thread1 = New Thread(AddressOf Method1)
I want to use the same thread "thread1" to execute another method "method2".
How can i do this. Is there any other way to do this?
regards,
Sivaraman.S
I have created a thread and called a method from it. Now i want to use the
same thread to execute another method.
This is how i have used.
thread1 = New Thread(AddressOf Method1)
I want to use the same thread "thread1" to execute another method "method2".
How can i do this. Is there any other way to do this?
regards,
Sivaraman.S