Click here to Skip to main content
15,888,610 members
Home / Discussions / C#
   

C#

 
GeneralRe: Inplement a precise timer Pin
cateyes992-Sep-10 11:48
cateyes992-Sep-10 11:48 
AnswerRe: Inplement a precise timer Pin
roman4002-Sep-10 1:31
roman4002-Sep-10 1:31 
GeneralRe: Inplement a precise timer Pin
cateyes992-Sep-10 11:51
cateyes992-Sep-10 11:51 
AnswerRe: Inplement a precise timer Pin
englebart2-Sep-10 2:07
professionalenglebart2-Sep-10 2:07 
GeneralRe: Inplement a precise timer [modified] Pin
cateyes992-Sep-10 11:54
cateyes992-Sep-10 11:54 
AnswerRe: Inplement a precise timer Pin
agolddog2-Sep-10 4:08
agolddog2-Sep-10 4:08 
GeneralRe: Inplement a precise timer Pin
cateyes992-Sep-10 12:10
cateyes992-Sep-10 12:10 
GeneralRe: Inplement a precise timer Pin
agolddog2-Sep-10 12:16
agolddog2-Sep-10 12:16 
I think you're right on the life-critical aspect. I don't believe there is anything in .net that will give you that granularity.

I don't know if my idea fits your needs, or is even a step down the right path. In the solution I was talking about, we knew every time an action was taken exactly what the next 'automatic' action would be, and exactly when it would occur.

However, for us, not so time-critical. So, even though we were able to come up with a simple 'if this happens, write this event and time to the database' scenario, our server wouldn't necessarily notice that event right at the time written.

But, it did turn out to be a really simple solution to a timer-type problem.

I suppose in today's world, you'd just go ahead and use a Timer and tie it to the event you wanted to perform.

Anyway, good luck.
GeneralRe: Inplement a precise timer Pin
rhp80902-Sep-10 15:28
rhp80902-Sep-10 15:28 
QuestionGenericize access to variables Pin
David Knechtges1-Sep-10 3:59
David Knechtges1-Sep-10 3:59 
AnswerRe: Genericize access to variables PinPopular
Ennis Ray Lynch, Jr.1-Sep-10 4:07
Ennis Ray Lynch, Jr.1-Sep-10 4:07 
GeneralRe: Genericize access to variables Pin
Chris Trelawny-Ross1-Sep-10 4:28
Chris Trelawny-Ross1-Sep-10 4:28 
GeneralRe: Genericize access to variables Pin
harold aptroot1-Sep-10 4:42
harold aptroot1-Sep-10 4:42 
GeneralRe: Genericize access to variables Pin
Luc Pattyn1-Sep-10 5:12
sitebuilderLuc Pattyn1-Sep-10 5:12 
GeneralRe: Genericize access to variables Pin
Chris Trelawny-Ross1-Sep-10 5:19
Chris Trelawny-Ross1-Sep-10 5:19 
AnswerRe: Genericize access to variables Pin
#realJSOP1-Sep-10 5:21
mve#realJSOP1-Sep-10 5:21 
GeneralRe: Genericize access to variables Pin
Ian Shlasko1-Sep-10 5:25
Ian Shlasko1-Sep-10 5:25 
AnswerRe: Genericize access to variables PinPopular
The Man from U.N.C.L.E.1-Sep-10 7:05
The Man from U.N.C.L.E.1-Sep-10 7:05 
AnswerRe: Genericize access to variables Pin
Eddy Vluggen1-Sep-10 7:42
professionalEddy Vluggen1-Sep-10 7:42 
AnswerRe: Genericize access to variables Pin
BC3Tech2-Sep-10 3:10
BC3Tech2-Sep-10 3:10 
GeneralRe: Genericize access to variables Pin
Eddy Vluggen2-Sep-10 8:45
professionalEddy Vluggen2-Sep-10 8:45 
GeneralRe: Genericize access to variables Pin
Shani Natav2-Sep-10 9:14
Shani Natav2-Sep-10 9:14 
GeneralRe: Genericize access to variables Pin
Eddy Vluggen2-Sep-10 9:22
professionalEddy Vluggen2-Sep-10 9:22 
AnswerRe: Genericize access to variables PinPopular
Daniel Grunwald1-Sep-10 8:20
Daniel Grunwald1-Sep-10 8:20 
GeneralRe: Genericize access to variables Pin
PIEBALDconsult1-Sep-10 9:04
mvePIEBALDconsult1-Sep-10 9:04 

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.