<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Asynchronous Tasks in Silverlight</title>
	<atom:link href="http://www.andrewshough.com/development/silverlight/asynchronous-tasks-in-silverlight/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.andrewshough.com/development/silverlight/asynchronous-tasks-in-silverlight/</link>
	<description>Development, Life and everything else in S.A.</description>
	<lastBuildDate>Tue, 10 Jan 2012 07:38:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Andrew Shough</title>
		<link>http://www.andrewshough.com/development/silverlight/asynchronous-tasks-in-silverlight/comment-page-1/#comment-19</link>
		<dc:creator>Andrew Shough</dc:creator>
		<pubDate>Wed, 11 May 2011 14:31:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewshough.com/development/silverlight/asynchronous-tasks-in-silverlight/#comment-19</guid>
		<description>Mathrb, I actually took this out of a Silverlight application that was being developed at the time, so I know this works, but a better option to access the CurrentDispatcher in Silverlight is to use Application.Current.RootVisual.Dispatcher.  I haven&#039;t used this method yet, but i have seen it been used in example code on other blogs and in forums.</description>
		<content:encoded><![CDATA[<p>Mathrb, I actually took this out of a Silverlight application that was being developed at the time, so I know this works, but a better option to access the CurrentDispatcher in Silverlight is to use Application.Current.RootVisual.Dispatcher.  I haven&#8217;t used this method yet, but i have seen it been used in example code on other blogs and in forums.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mathrb</title>
		<link>http://www.andrewshough.com/development/silverlight/asynchronous-tasks-in-silverlight/comment-page-1/#comment-18</link>
		<dc:creator>mathrb</dc:creator>
		<pubDate>Wed, 11 May 2011 10:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewshough.com/development/silverlight/asynchronous-tasks-in-silverlight/#comment-18</guid>
		<description>Dispatcher.CurrentDispatcher; is a property from WindowsBase present in .Net Framework 4, but not in Silverlight 4.
Am i right ? if so, this is not silverlight compatible :s</description>
		<content:encoded><![CDATA[<p>Dispatcher.CurrentDispatcher; is a property from WindowsBase present in .Net Framework 4, but not in Silverlight 4.<br />
Am i right ? if so, this is not silverlight compatible :s</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Shough</title>
		<link>http://www.andrewshough.com/development/silverlight/asynchronous-tasks-in-silverlight/comment-page-1/#comment-15</link>
		<dc:creator>Andrew Shough</dc:creator>
		<pubDate>Tue, 21 Dec 2010 07:06:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewshough.com/development/silverlight/asynchronous-tasks-in-silverlight/#comment-15</guid>
		<description>I have updated the code, to fix the error that rshillington pointed out, if the code calls the constructor that doesn&#039;t accept a Dispatcher, it uses the current Dispatcher available.</description>
		<content:encoded><![CDATA[<p>I have updated the code, to fix the error that rshillington pointed out, if the code calls the constructor that doesn&#8217;t accept a Dispatcher, it uses the current Dispatcher available.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rshillington</title>
		<link>http://www.andrewshough.com/development/silverlight/asynchronous-tasks-in-silverlight/comment-page-1/#comment-12</link>
		<dc:creator>rshillington</dc:creator>
		<pubDate>Thu, 21 Oct 2010 16:39:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewshough.com/development/silverlight/asynchronous-tasks-in-silverlight/#comment-12</guid>
		<description>Thanks for the code.  Just a quick observation.  _dispatcher is not set when calling the Execute static method.</description>
		<content:encoded><![CDATA[<p>Thanks for the code.  Just a quick observation.  _dispatcher is not set when calling the Execute static method.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

