Re: Timer question.
- From: Naveen Mukkelli <NaveenMukkelli@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 20 Jun 2005 04:33:21 -0700
Hi bob,
but later on, I need to port the code to Compact Framework.
I guess System.Timers.Timer is not supported in Compact Framework.
Cheers,
Naveen.
"Bob Powell [MVP]" wrote:
> You might find System.Timers.Timer is better suited to this task.
>
> --
> Bob Powell [MVP]
> Visual C#, System.Drawing
>
> Find great Windows Forms articles in Windows Forms Tips and Tricks
> http://www.bobpowell.net/tipstricks.htm
>
> Answer those GDI+ questions with the GDI+ FAQ
> http://www.bobpowell.net/faqmain.htm
>
> All new articles provide code in C# and VB.NET.
> Subscribe to the RSS feeds provided and never miss a new article.
>
>
>
>
>
> "Naveen Mukkelli" <NaveenMukkelli@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
> message news:05B1C15B-CB6C-43A7-8BA2-84EA6C2936A6@xxxxxxxxxxxxxxxx
> > Hi,
> >
> > Currently I'm using System.Threading.Timer to perform some tasks
> > periodically,
> > lets say every minute.
> >
> > How can we disable this timer(System.Threading.Timer) so that the time
> > spent
> > in the callback method is not counted.
> >
> > Do we have an equivalent of
> > System.Timers.Time.Enabled
> > property in System.Threading.Timer class?
> >
> > Kindly let me know.
> >
> > Cheers,
> > Naveen.
>
>
>
.
- References:
- Timer question.
- From: Naveen Mukkelli
- Re: Timer question.
- From: Bob Powell [MVP]
- Timer question.
- Prev by Date: Receipt Printer
- Next by Date: Best way to interact with .mdb database?
- Previous by thread: Re: Timer question.
- Next by thread: Re: Timer question.
- Index(es):
Relevant Pages
|