First, create a new Thread Start delegate. The delegate points to a method that will be executed by the new thread. Pass this delegate as a parameter when creating a new Thread instance. Finally, call the Thread.Start method to run your method.
In Detail :
1. Create a System.Threading.Thread
object.2. Create the call back function
3. Starting the Thread
/ \ / \
| (1) | (2)
newThread.Start()
/ \
| (3)
No comments:
Post a Comment
Thank you for Commenting Will reply soon ......