Click here to Skip to main content
15,915,019 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I know how to create the waitable timer.

I use the link:
http://msdn.microsoft.com/en-us/library/ms682492%28v=VS.85%29.aspx[^]

I can't understand how to set the timer for 5 min. and what is the main usage of the waitable timer ..

Please can you send any coding realted to that.. please don't redirect to me the msdn site because i spend lot of time to read that but I still not under stand the concept.
Posted
Updated 4-Jul-11 21:30pm
v2
Comments
Joan M 5-Jul-11 3:31am    
Added the link and minor changes...

If you don't know how to use it, why do you think you need it ? It looks like it's used for synchronisation, from the MSDN article.
 
Share this answer
 
Comments
@BangIndia 5-Jul-11 3:50am    
i want to know sir..
i ill know that concept soon..
any way thanks for the comment...
I'll recommend you to read this article[^] from Nemanja Trifunovic[^] about timers (different kind of them including waitable timers). It will explain you easily how to implement them and moreover it will give you some interesting samples.

Hope this helps... :thumbsup:
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900