<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>DotNetNuke</title><link>http://www.dotnetnuke.com/tabid/795/Default.aspx</link><description>Discussions of DotNetNuke for ASP.NET 1.x and above.  &lt;a href="http://www.dotnetnuke.com/" target="_blank"&gt;DNN Home&lt;/a&gt; &lt;a href="http://aspadvice.com/SignUp/list.aspx?l=105&amp;c=25" target="_blank"&gt;Email List&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Scheduler - Hi level description?</title><link>http://forums.asp.net/thread/846031.aspx</link><pubDate>Thu, 03 Mar 2005 16:46:47 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:846031</guid><dc:creator>CelebesCoder</dc:creator><author>CelebesCoder</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/846031.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=846031</wfw:commentRss><description>One thing to be aware of: because the Scheduler process is running out of process, you won't be able reference HttpContext.Current.
&lt;br /&gt;

&lt;br /&gt;
I ran into this problem when creating a process to run on Scheduler.  The scheduler could not start because of this.
&lt;br /&gt;

&lt;br /&gt;
HTH
&lt;br /&gt;
Ricky.</description></item><item><title>Re: Scheduler - Hi level description?</title><link>http://forums.asp.net/thread/845365.aspx</link><pubDate>Wed, 02 Mar 2005 23:46:45 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:845365</guid><dc:creator>rodneyjoyce</dc:creator><author>rodneyjoyce</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/845365.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=845365</wfw:commentRss><description>aaah-- Tom to the rescue (again!)
&lt;br /&gt;

&lt;br /&gt;
Thanks - I'll add that to my today list - just what I needed!</description></item><item><title>Re: Scheduler - Hi level description?</title><link>http://forums.asp.net/thread/845015.aspx</link><pubDate>Wed, 02 Mar 2005 17:54:06 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:845015</guid><dc:creator>lucast</dc:creator><author>lucast</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/845015.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=845015</wfw:commentRss><description>Sure. It really is simply a wrapper that allows the DNN scheduler to call you class(es) and execute some business logic on a recurring basis. Take a look at the /components/log/PurgeSiteLog.vb example.
&lt;br /&gt;

&lt;br /&gt;
Basically create a class that inherits from DotNetNuke.Services.Scheduling.SchedulerClient. Then you have a DoWork Sub that overrides the base class. In this routine, call you other subs with your business logic.
&lt;br /&gt;

&lt;br /&gt;
Pretty simple really, but it takes a few minutes to get your arms around it.
&lt;br /&gt;

&lt;br /&gt;
HTH</description></item><item><title>Scheduler - Hi level description?</title><link>http://forums.asp.net/thread/844895.aspx</link><pubDate>Wed, 02 Mar 2005 16:44:43 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:844895</guid><dc:creator>rodneyjoyce</dc:creator><author>rodneyjoyce</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/844895.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=844895</wfw:commentRss><description>Hi
&lt;br /&gt;

&lt;br /&gt;
I host at home and am considering moving to a hosting service (my server is so full of backdoors and viruses I've just given up ;) - anyway, I have a windows service that polls my user data and emails users on their birthdays - I am not really familiar with the Scheduler functionality, but obviously if I went to a hosting provider they would not allow me to install my service - is this something that I could do with scheduler (ie. run some business logic).</description></item></channel></rss>