I have a method that I want to run several thousands of times per second. I'm currently running it at a rate of roughly once every millisecond using DispatcherTimer, with the Interval property set to 1ms.I have a method that I want to run several thou