Sorry, but there are no more tags available to filter with.
-
Hello, I am using a LargeIntervalTimer for an event that should occur every 30 seconds, or when a user requests it be performed right now (think of a POP mail checker). The event may take longer than 30 seconds, and should be run again 30 seconds after it completes not 30 seconds after it starts (otherwise...
-
Can someone explain why running the LargeIntervalTimer works as expected when initializing in a main and using a static delegate, but when using a main which instantiates a class that in turn instantiates a LargeIntervalTimer that calls an intstance delegate ceases to respond after about 3 hours? I am...
-
I'm seeing this same behavior on a Symbol MC70. Does anyone have any further ideas about how to deal with this?
-
Wow - that's freaky behavior. All the LIT does is register for a system notification with a named event and then spawns a worker thread that block on that event, so it's not doing anything with the clock specifically. We didn't test with multiple LITs running at once and you might want to...
-
Depending on the platform's kernel, notification set for a very short period of time in the future may just fire immediately. The default in the Platform Builder source last I checked (which was way back at CE 3.0) was 11 seconds or less will fire immediately, but this can be changed by the OEM....
-
Hello, Using VB2005, .NET CF2 SP2, SDF2.2, PowerPC2003 device I am trying to use the LargeIntervalTimer for a datalogging application, where I want to wake up and take readings at intervals of a few seconds up to several hours. I set the Interval and FirstEventTime properties to the correct interval...
Page 1 of 1 (6 items)