Tuesday, August 16, 2011

C# Multi-threading problem. Plz plz help?!?

Yeah like the other one said u could just call the DoWork() function or if you are trying to learn how to work with thread, to make the other thread (for example the main thread) wait for you backgroundthread, you could just call the function Thread.Join(). it make the main thread wait until the backgroundthread finishes its task.

No comments:

Post a Comment