Click here to Skip to main content
15,907,281 members
Home / Discussions / C#
   

C#

 
GeneralRe: Converting PDF to Text in C# Pin
curtKauf5-Jan-06 8:51
curtKauf5-Jan-06 8:51 
GeneralRe: Converting PDF to Text in C# Pin
Stanciu Vlad5-Jan-06 20:53
Stanciu Vlad5-Jan-06 20:53 
QuestionQueued Timers Pin
LiamD5-Jan-06 3:48
LiamD5-Jan-06 3:48 
AnswerRe: Queued Timers Pin
Guffa5-Jan-06 4:16
Guffa5-Jan-06 4:16 
GeneralRe: Queued Timers Pin
Dave Kreskowiak5-Jan-06 4:34
mveDave Kreskowiak5-Jan-06 4:34 
GeneralRe: Queued Timers Pin
LiamD5-Jan-06 21:57
LiamD5-Jan-06 21:57 
GeneralRe: Queued Timers Pin
Dave Kreskowiak6-Jan-06 2:54
mveDave Kreskowiak6-Jan-06 2:54 
GeneralRe: Queued Timers Pin
LiamD8-Jan-06 22:22
LiamD8-Jan-06 22:22 
Dave, sorry for the mixed up information I think I am confusing myself too.

What I have found is both timers:-
System.Threading.Timer
System.Timers.Timer
Will queue and "handler code" if it cannot be processed immediately. the "handler code" will then be processed when CPU time is avaliable.

Whereas
System.Windows.Forms.Timer
Does not queue and the "handler code" is essentially lost.

So I my question applies to both
System.Threading.Timer
System.Timers.Timer

Can I find out if there is a queue of "handlers" (either a callback delegate or an event handler) waiting to be processed?
GeneralRe: Queued Timers Pin
Dave Kreskowiak9-Jan-06 2:06
mveDave Kreskowiak9-Jan-06 2:06 
QuestionReflecting inherited interfaces Pin
Hans Ruck5-Jan-06 3:38
Hans Ruck5-Jan-06 3:38 
AnswerRe: Reflecting inherited interfaces Pin
leppie5-Jan-06 5:40
leppie5-Jan-06 5:40 
QuestionHelp Needed in C# Chess Game development Pin
usmanali1235-Jan-06 3:28
usmanali1235-Jan-06 3:28 
AnswerRe: Help Needed in C# Chess Game development Pin
Guffa5-Jan-06 3:33
Guffa5-Jan-06 3:33 
GeneralRe: Help Needed in C# Chess Game development Pin
usmanali1235-Jan-06 3:45
usmanali1235-Jan-06 3:45 
GeneralRe: Help Needed in C# Chess Game development Pin
Guffa5-Jan-06 4:19
Guffa5-Jan-06 4:19 
AnswerRe: Help Needed in C# Chess Game development Pin
albCode5-Jan-06 3:50
albCode5-Jan-06 3:50 
GeneralRe: Help Needed in C# Chess Game development Pin
usmanali1235-Jan-06 3:57
usmanali1235-Jan-06 3:57 
GeneralRe: Help Needed in C# Chess Game development Pin
albCode5-Jan-06 3:58
albCode5-Jan-06 3:58 
GeneralRe: Help Needed in C# Chess Game development Pin
usmanali1235-Jan-06 4:11
usmanali1235-Jan-06 4:11 
AnswerRe: Help Needed in C# Chess Game development Pin
J4amieC5-Jan-06 5:30
J4amieC5-Jan-06 5:30 
AnswerRe: Help Needed in C# Chess Game development Pin
microsoc5-Jan-06 23:01
microsoc5-Jan-06 23:01 
QuestionReading mail Pin
alok_2k35-Jan-06 2:08
alok_2k35-Jan-06 2:08 
AnswerRe: Reading mail Pin
mav.northwind5-Jan-06 3:12
mav.northwind5-Jan-06 3:12 
Questioncreat a xml with data appending on the other Pin
dhol5-Jan-06 1:46
dhol5-Jan-06 1:46 
Questionhow to submit a form based on a condition in C# Pin
Suman Singh5-Jan-06 1:45
professionalSuman Singh5-Jan-06 1:45 

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.