System.Timers.Timer event handlers threading mode
- by user315454
Hello gurus
Can't find the answer to my question in MSND :
Does Timer class guarantees that all handlers subscribed to Elapsed event will be executed on the same threadpool thread ? If yes, will they be executed according the order in wich they were added to Elapsed event ?
Thanks