Thanks a lot for your reply!
Now I understand the behaviour of ForceCHeckForUpdate() 😀
Perhaps I haven't explained correctly with the other question. My Console app is like this:
void main(args[] args){
while (true){ if(DateTime.Today == getRegisterDate){ //Do something 1 } else{ auBackend.ForceCheckFOrUpdate(); eventReset.WaitOne(); //Do something 2 } }}
And continually the app is doing "somthing1" and 1 time in a day is doing "something2"
My question was, If I force to check for update and then uses event reset, which is the behaviour? the app will be waiting update event? or there is another event that can't be caught ant the the process do "something2"?
Thanks a lot for your answers!!! I'm trying to decide if this software is usefull for our target, if yes we will buy it in our company.