Hello to all,

in my project i have multi timers ( System.Threading.timer ),
eath timer is associated to a jobId.

I need to stop one of the timers, i know the jobID.

The problem. How do i know the timer associated to the job X.

I keep the jobId and the timerId ( i think that timer.GetHashCode gives the id of the timer ) in a hashtable.

Thanks for your time and help ( i hope so ), sorry about my english...