Quantcast
Channel: using Timers
Viewing all articles
Browse latest Browse all 4

using Timers

$
0
0

Hi Dpkas,

you can try threading to run your Process.

or you can put condition in Tick Event like below

if(bRunProcess == true)

{

      bRunProcess = false;

    /// your Process will be here ;

      bRunProcess = true;

}

bRunProcess is Boolean public variable set true in application startup. after that automatic set each tick event.

Regards

Keyur


Viewing all articles
Browse latest Browse all 4

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>