Link to home
Start Free TrialLog in
Avatar of axnst2
axnst2Flag for United States of America

asked on

Multithreaded Timer under .NET Compact Framework 3.5

Hi Experts,

    I want to start a timer and when the timer is done I want to execute an operation but I want the operation to happen on a thread different from any other thread (including UI).  Here it states that the Timer class' Tick event executes on the UI thread.  Is there a Timer under .NET Compact Framework 3.5 whose Tick event gets fired on another thread?

Thanks!
ASKER CERTIFIED SOLUTION
Avatar of Mike Tomlinson
Mike Tomlinson
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of axnst2

ASKER

Thanks!