Hi all,
I have an instanc of this class A that does some things... Other instances of other classes access this instance A all the time, specificly a hashtable of data. I need to reset this hashtable every 8 seconds. Without setting a delay, how can I do this. Do I need to create another instance of soem time counter or something, count 8 seconds then return to instance A?
Could somebody offer advice?
Thanks
Chris
I have an instanc of this class A that does some things... Other instances of other classes access this instance A all the time, specificly a hashtable of data. I need to reset this hashtable every 8 seconds. Without setting a delay, how can I do this. Do I need to create another instance of soem time counter or something, count 8 seconds then return to instance A?
Could somebody offer advice?
Thanks
Chris