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

C#

 
AnswerRe: Task Parrallel Pin
Dave Kreskowiak17-Dec-14 17:29
mveDave Kreskowiak17-Dec-14 17:29 
It depends, but since you haven't shown your code that sets up the Tasks, it's pretty much just a guess at what you're really doing.

But, if none of the Tasks are waiting on each other, then all the Tasks will execute separately and at the same time. Task.WaitAll() will wait for all of the Tasks to complete.
A guide to posting questions on CodeProject

Click this: Asking questions is a skill.
Seriously, do it.

Dave Kreskowiak

GeneralRe: Task Parrallel Pin
Mycroft Holmes17-Dec-14 19:07
professionalMycroft Holmes17-Dec-14 19:07 
AnswerRe: Task Parrallel Pin
Kornfeld Eliyahu Peter17-Dec-14 19:53
professionalKornfeld Eliyahu Peter17-Dec-14 19:53 
GeneralRe: Task Parrallel Pin
Mycroft Holmes17-Dec-14 20:16
professionalMycroft Holmes17-Dec-14 20:16 
GeneralRe: Task Parrallel Pin
Kornfeld Eliyahu Peter17-Dec-14 20:23
professionalKornfeld Eliyahu Peter17-Dec-14 20:23 
AnswerRe: Task Parrallel Pin
Agent__00717-Dec-14 20:49
professionalAgent__00717-Dec-14 20:49 
GeneralRe: Task Parrallel Pin
Mycroft Holmes17-Dec-14 21:42
professionalMycroft Holmes17-Dec-14 21:42 
GeneralRe: Task Parrallel Pin
Richard Deeming18-Dec-14 1:34
mveRichard Deeming18-Dec-14 1:34 
GeneralRe: Task Parrallel Pin
Agent__00718-Dec-14 16:21
professionalAgent__00718-Dec-14 16:21 
Questionc# & OAuth2.0 & Google Calendar API v3 Pin
eli123317-Dec-14 12:59
eli123317-Dec-14 12:59 
QuestionHow can I add rows in datagridview in VS? Pin
turbosupramk317-Dec-14 4:28
turbosupramk317-Dec-14 4:28 
GeneralRe: How can I add rows in datagridview in VS? Pin
PIEBALDconsult17-Dec-14 4:34
mvePIEBALDconsult17-Dec-14 4:34 
GeneralRe: How can I add rows in datagridview in VS? Pin
turbosupramk317-Dec-14 4:40
turbosupramk317-Dec-14 4:40 
GeneralRe: How can I add rows in datagridview in VS? Pin
OriginalGriff17-Dec-14 5:20
mveOriginalGriff17-Dec-14 5:20 
GeneralRe: How can I add rows in datagridview in VS? Pin
turbosupramk317-Dec-14 5:29
turbosupramk317-Dec-14 5:29 
GeneralRe: How can I add rows in datagridview in VS? Pin
turbosupramk317-Dec-14 5:48
turbosupramk317-Dec-14 5:48 
GeneralRe: How can I add rows in datagridview in VS? Pin
OriginalGriff17-Dec-14 6:00
mveOriginalGriff17-Dec-14 6:00 
GeneralRe: How can I add rows in datagridview in VS? Pin
turbosupramk317-Dec-14 6:17
turbosupramk317-Dec-14 6:17 
GeneralRe: How can I add rows in datagridview in VS? Pin
OriginalGriff17-Dec-14 6:24
mveOriginalGriff17-Dec-14 6:24 
GeneralRe: How can I add rows in datagridview in VS? Pin
turbosupramk317-Dec-14 7:02
turbosupramk317-Dec-14 7:02 
Questionhow to divide an image and find the center of each part by c# Pin
Member 1131709316-Dec-14 23:05
Member 1131709316-Dec-14 23:05 
AnswerRe: how to divide an image and find the center of each part by c# Pin
Simon_Whale16-Dec-14 23:23
Simon_Whale16-Dec-14 23:23 
GeneralRe: how to divide an image and find the center of each part by c# Pin
Member 1131709318-Dec-14 22:48
Member 1131709318-Dec-14 22:48 
GeneralRe: how to divide an image and find the center of each part by c# Pin
Member 1131709320-Dec-14 6:49
Member 1131709320-Dec-14 6:49 
GeneralRe: how to divide an image and find the center of each part by c# Pin
BillWoodruff2-Jan-15 5:19
professionalBillWoodruff2-Jan-15 5:19 

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.