multithreading - Alarm App in Wpf -


i try create app alarm list of reminders in background , after shutdown app, alarm part still work , alarm top reminder. best approach(dispatcher, backgroundworker, tpl ....) ? thank attention.

you have keep app alive execute code. use c# timer class simple implementations or scheduler quartz.net if need more complex solution.

if it's absolutely necessary close app, build solution based on windows task scheduler.

of course, list isn't complete, wanted give ideas ;)


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -