Click here to Skip to main content
15,889,992 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi,
I had made a app for windows phone in which I am using Reminder class of scheduler namespace. Now I want to make this app for win8 also but did not find how to do this in metro application.
Posted
Comments
Sergey Alexandrovich Kryukov 17-Oct-12 13:33pm    
Why "namespace"? Thinking in terms of namespaces is a misconception. Namespaces mean nothing but naming conventions for top-level declarations (which of course you should observe when naming types, but it does not matter if they are "exported" or your own). All what matters is the assembly -- referenced assembly, to that matter. If, for example, you add "using SOME_NAME_SPACE_NAME", it won't make you using the library or something like that.
--SA

1 solution

This would be using of the Windows Task Scheduler:
http://en.wikipedia.org/wiki/Windows_Task_Scheduler[^].

I don't think Windows 8 introduces anything new to it. Task Scheduler 2.0 was introduced with Windows Vista and included in Windows Server 2008 as well.

Please see the .NET wrapper:
http://taskscheduler.codeplex.com/[^].

—SA
 
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