Click here to Skip to main content
15,899,313 members
Home / Discussions / C#
   

C#

 
GeneralRe: Multithreading Pin
Shajeel7-Jan-07 23:07
Shajeel7-Jan-07 23:07 
GeneralRe: Multithreading Pin
indiaone7-Jan-07 23:31
indiaone7-Jan-07 23:31 
GeneralRe: Multithreading Pin
Shajeel7-Jan-07 23:45
Shajeel7-Jan-07 23:45 
GeneralRe: Multithreading Pin
indiaone7-Jan-07 23:57
indiaone7-Jan-07 23:57 
GeneralRe: Multithreading Pin
Shajeel8-Jan-07 0:09
Shajeel8-Jan-07 0:09 
GeneralRe: Multithreading Pin
indiaone8-Jan-07 0:15
indiaone8-Jan-07 0:15 
GeneralRe: Multithreading Pin
Shajeel8-Jan-07 0:20
Shajeel8-Jan-07 0:20 
GeneralRe: Multithreading Pin
indiaone8-Jan-07 2:05
indiaone8-Jan-07 2:05 
Thanks for reply

I have two thread.

I have more than one method in the array.

I want Two thread should run side by side.
and execute methods.

Suppopse array contains four method name:

1.A
2.B
3.C
4.D

So,
First thread take A method name from the array.
Second thread take B method name from the array.

Once Any of these two thread comleted their task then it has to take next C
method from the array....


Example:-

if suppose 1st thread complete before 2nd thread. it' should take 3rd method name then 2nd thread should not take 3rd method name from the array. it should take 4th method name from the array.


Thanks
GeneralRe: Multithreading Pin
Shajeel8-Jan-07 18:16
Shajeel8-Jan-07 18:16 
QuestionHow to access runtime methods of child form Pin
vaibhavnvag7-Jan-07 19:55
vaibhavnvag7-Jan-07 19:55 
AnswerRe: How to access runtime methods of child form Pin
Tyler457-Jan-07 20:20
Tyler457-Jan-07 20:20 
GeneralRe: How to access runtime methods of child form Pin
quiteSmart7-Jan-07 20:34
quiteSmart7-Jan-07 20:34 
AnswerRe: How to access runtime methods of child form Pin
Tyler457-Jan-07 20:47
Tyler457-Jan-07 20:47 
GeneralRe: How to access runtime methods of child form Pin
quiteSmart7-Jan-07 20:55
quiteSmart7-Jan-07 20:55 
GeneralHow to access runtime methods of child form Pin
vaibhavnvag7-Jan-07 22:40
vaibhavnvag7-Jan-07 22:40 
GeneralRe: How to access runtime methods of child form Pin
Christian Graus7-Jan-07 22:58
protectorChristian Graus7-Jan-07 22:58 
AnswerRe: How to access runtime methods of child form Pin
Martin#7-Jan-07 23:03
Martin#7-Jan-07 23:03 
GeneralRe: How to access runtime methods of child form Pin
vaibhavnvag7-Jan-07 23:40
vaibhavnvag7-Jan-07 23:40 
QuestionInt32 type alias problem! Pin
Duong Tien Nam7-Jan-07 15:22
Duong Tien Nam7-Jan-07 15:22 
AnswerRe: Int32 type alias problem! Pin
Judah Gabriel Himango7-Jan-07 15:34
sponsorJudah Gabriel Himango7-Jan-07 15:34 
GeneralRe: Int32 type alias problem! Pin
Duong Tien Nam7-Jan-07 15:44
Duong Tien Nam7-Jan-07 15:44 
GeneralRe: Int32 type alias problem! Pin
karam chandrabose7-Jan-07 16:19
karam chandrabose7-Jan-07 16:19 
GeneralRe: Int32 type alias problem! Pin
Judah Gabriel Himango7-Jan-07 16:22
sponsorJudah Gabriel Himango7-Jan-07 16:22 
GeneralRe: Int32 type alias problem! Pin
Christian Graus7-Jan-07 18:01
protectorChristian Graus7-Jan-07 18:01 
GeneralRe: Int32 type alias problem! Pin
Judah Gabriel Himango7-Jan-07 18:06
sponsorJudah Gabriel Himango7-Jan-07 18:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.