T
Thomas
I wouldn't think twice about this on the desktop, but for Pocket PCs I
want to be a little more "performance" aware. Any ideas on raising
events at certain times? I'm looking to run a method at the top of
the hour, every hour if the app is running.
I realize I can use a timer to periodically look for this time.
However, I'm trying to think of a better, more performant way to do
this, since this timer would be called a lot unnecessarily while it
looks for minute/second zero.
Thanks,
Tom
want to be a little more "performance" aware. Any ideas on raising
events at certain times? I'm looking to run a method at the top of
the hour, every hour if the app is running.
I realize I can use a timer to periodically look for this time.
However, I'm trying to think of a better, more performant way to do
this, since this timer would be called a lot unnecessarily while it
looks for minute/second zero.
Thanks,
Tom