Is there a way to trigger an event handler every 100ms in C# automatically without any call?
I need that event handler to trigger a function every 100ms or after any fixed time interval so as to process something. I am not able to figure out a way to do that. Can you help me out with this?