Click here to Skip to main content
15,914,070 members
Home / Discussions / C#
   

C#

 
GeneralRe: sensing data passed through lan card of a pc Pin
Aisha sharma9-Jun-11 22:44
Aisha sharma9-Jun-11 22:44 
GeneralRe: sensing data passed through lan card of a pc Pin
Dave Kreskowiak10-Jun-11 1:33
mveDave Kreskowiak10-Jun-11 1:33 
GeneralRe: sensing data passed through lan card of a pc Pin
Aisha sharma10-Jun-11 2:00
Aisha sharma10-Jun-11 2:00 
AnswerRe: sensing data passed through lan card of a pc Pin
jschell7-Jun-11 10:02
jschell7-Jun-11 10:02 
GeneralRe: sensing data passed through lan card of a pc Pin
Aisha sharma7-Jun-11 19:28
Aisha sharma7-Jun-11 19:28 
GeneralRe: sensing data passed through lan card of a pc Pin
jschell8-Jun-11 8:57
jschell8-Jun-11 8:57 
QuestionIs there any way to prioratize a task in TPL. Pin
prasadbuddhika6-Jun-11 19:43
prasadbuddhika6-Jun-11 19:43 
AnswerRe: Is there any way to prioratize a task in TPL. Pin
Dave Kreskowiak7-Jun-11 1:35
mveDave Kreskowiak7-Jun-11 1:35 
About the only option you have is in the Task.CreationOptions property. The TaskCreationOptions enum can tell the scheduler to PreferFairness, meaning that tasks created earlier tend to run sooner than tasks created later.

Other than that, you'd have to setup some communication between tasks so they can work out whos going to send messages first.

But, if you have to schedule messages being sent, that sounds like a seperate thread that should maintain it's own message scheduler. Your other tasks would have to submit their messages (with a some priority token) to the scheduler to be sent out.

QuestionCompare decimals Pin
vanikanc6-Jun-11 10:12
vanikanc6-Jun-11 10:12 
QuestionRe: Compare decimals Pin
Mark Salsbery6-Jun-11 10:34
Mark Salsbery6-Jun-11 10:34 
AnswerRe: Compare decimals Pin
vanikanc6-Jun-11 10:37
vanikanc6-Jun-11 10:37 
AnswerRe: Compare decimals Pin
AspDotNetDev6-Jun-11 10:35
protectorAspDotNetDev6-Jun-11 10:35 
GeneralRe: Compare decimals Pin
vanikanc10-Jun-11 10:56
vanikanc10-Jun-11 10:56 
AnswerRe: Compare decimals PinPopular
PIEBALDconsult6-Jun-11 17:18
mvePIEBALDconsult6-Jun-11 17:18 
GeneralRe: Compare decimals Pin
Roger Wright6-Jun-11 20:06
professionalRoger Wright6-Jun-11 20:06 
Question.NET Remoting DHCP Problem Pin
Member 24160216-Jun-11 6:05
Member 24160216-Jun-11 6:05 
AnswerRe: .NET Remoting DHCP Problem Pin
Dave Kreskowiak6-Jun-11 6:10
mveDave Kreskowiak6-Jun-11 6:10 
AnswerRe: .NET Remoting DHCP Problem Pin
jschell6-Jun-11 9:13
jschell6-Jun-11 9:13 
GeneralRe: .NET Remoting DHCP Problem Pin
Member 24160216-Jun-11 23:11
Member 24160216-Jun-11 23:11 
GeneralRe: .NET Remoting DHCP Problem Pin
BobJanova7-Jun-11 0:28
BobJanova7-Jun-11 0:28 
GeneralRe: .NET Remoting DHCP Problem Pin
jschell7-Jun-11 9:58
jschell7-Jun-11 9:58 
QuestionOpenFileDialog: Files of Type doesn't respond [modified] Pin
Danzy836-Jun-11 3:38
Danzy836-Jun-11 3:38 
AnswerRe: OpenFileDialog: Files of Type doesn't respond Pin
Dave Kreskowiak6-Jun-11 3:45
mveDave Kreskowiak6-Jun-11 3:45 
AnswerRe: OpenFileDialog: Files of Type doesn't respond Pin
Eddy Vluggen6-Jun-11 3:47
professionalEddy Vluggen6-Jun-11 3:47 
AnswerRe: OpenFileDialog: Files of Type doesn't respond Pin
Mario Majčica6-Jun-11 3:48
professionalMario Majčica6-Jun-11 3:48 

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.