Click here to Skip to main content
15,908,013 members
Home / Discussions / C#
   

C#

 
GeneralRe: Small XML problem Pin
Martin235-Jan-06 9:11
Martin235-Jan-06 9:11 
AnswerRe: Small XML problem Pin
Guffa9-Jan-06 1:48
Guffa9-Jan-06 1:48 
AnswerRe: Small XML problem Pin
leppie5-Jan-06 11:37
leppie5-Jan-06 11:37 
QuestionConverting PDF to Text in C# Pin
curtKauf5-Jan-06 4:34
curtKauf5-Jan-06 4:34 
AnswerRe: Converting PDF to Text in C# Pin
Stanciu Vlad5-Jan-06 7:14
Stanciu Vlad5-Jan-06 7:14 
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 
I am using the System.Threading.Timer timer.

Now if I have a interval set quite low say 10ms it is possible for my timer event handler to be queued as they cannot be prcessed because the UI thread is busy or another application is running. When the UI thread becomes free it then processes all the queued events at the same time.

Is it possible to determine programmatically the number of timer event handlers that are being queued. I want to be able to determine when there is a build up of queued event handlers.

Some code to demonstrate this would be useful.

Also, is it possible to limit the number of timer event handlers that are queued?

Thanks,
Liam
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 
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 

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.