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

c - How to retrieve a variable from the Apache configuration inside the module? -

c# - Constructor arguments cannot be passed for interface mocks -

python - malformed header from script index.py Bad header -