Re: System.Threading.Timers
"Ivanoff, Alex" <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.cx |
|---|---|
| Organization | FDTD |
| Message-ID | <[email protected]> |
I think you are wrong. System.Threading.Timer implemented using NT waitable timer: http://discuss.develop.com/archives/wa.exe?A2=ind0307A&L=DOTNET-CLR&D=0&I=-3 &P=1263 -----Original Message----- From: Discussion relating to the specifics of the C# and Managed C++ languages [mailto:[email protected]] On Behalf Of Peter Ritchie Sent: Monday, June 05, 2006 22:12 To: [email protected] Subject: Re: [DOTNET-CX] System.Threading.Timers >Are we talking about System.Threading.Timer class? Yes, that would be the class I keep mentioning... >With Change() methods? The Change() methods just change the parameters used by the thread; I mentioned the c'tors; but the Change() methods would apply. >This class internally uses private TimerBase class which is not much >more than a bunch of MethodImplOptions.InternalCall methods. Yes, those InternalCall methods go into the CLI and spawn the timer background thread and manages dealing with the individual timers' periods and duetimes. =================================== This list is hosted by DevelopMentorR http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com =================================== This list is hosted by DevelopMentor® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com