<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>家有小虎 &#187; Schedule</title>
	<atom:link href="http://jiahu.net/tag/schedule/feed" rel="self" type="application/rss+xml" />
	<link>http://jiahu.net</link>
	<description>我在路上, 你不在身旁. 想你的时候, 温暖依然.</description>
	<lastBuildDate>Fri, 23 Mar 2012 04:47:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to : Execute Timer Jobs Programmatically</title>
		<link>http://jiahu.net/how-to-execute-timer-jobs-programmatically.htm</link>
		<comments>http://jiahu.net/how-to-execute-timer-jobs-programmatically.htm#comments</comments>
		<pubDate>Wed, 15 Apr 2009 02:31:45 +0000</pubDate>
		<dc:creator>@ouc</dc:creator>
				<category><![CDATA[工作]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[Schedule]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://cngator.net/?p=915</guid>
		<description><![CDATA[using(SPSite site = new SPSite(“http://portal”)) { foreach(SPJobDefinition job in site.WebApplication.JobDefinitions) { if(job.Name == “Workflow Auto Cleanup”) { job.Execute(new Guid(“C9CBB265-FB94-497f-8AC0-E99CDFBC4F52&#8243;)); } } } 来源: http://www.evrenayan.net/post/How-to-Execute-Timer-Jobs-Programmatically.aspx]]></description>
			<content:encoded><![CDATA[<p>using(SPSite site = new SPSite(“http://portal”))</p>
<p>{</p>
<p>foreach(SPJobDefinition job in site.WebApplication.JobDefinitions)<br />
{<br />
if(job.Name == “Workflow Auto Cleanup”)<br />
{<br />
job.Execute(new Guid(“C9CBB265-FB94-497f-8AC0-E99CDFBC4F52&#8243;));<br />
}</p>
<p>}</p>
<p>}</p>
<p>来源: <a href="http://www.evrenayan.net/post/How-to-Execute-Timer-Jobs-Programmatically.aspx" target="_blank">http://www.evrenayan.net/post/How-to-Execute-Timer-Jobs-Programmatically.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jiahu.net/how-to-execute-timer-jobs-programmatically.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

