how can i archive timer in c# with MVVM pattern. and i am using wpf for windows application. and for this timer i am going to do autologout feature in my application so how can i put my timer and start stop timer.
Loading
how can i archive timer in c# with MVVM pattern. and i am using wpf for windows application. and for this timer i am going to do autologout feature in my application so how can i put my timer and start stop timer.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajanikant HawaldarPosted Oct 15, 2022, 10:32 AM
Check DispatcherTimer
https://www.c-sharpcorner.com/uploadfile/mahesh/timer-in-wpf/