<?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: A Queued BackgroundWorker Using Generic Delegates</title>
	<atom:link href="http://thevalerios.net/matt/2008/05/a-queued-backgroundworker/feed/" rel="self" type="application/rss+xml" />
	<link>http://thevalerios.net/matt/2008/05/a-queued-backgroundworker/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 07 Mar 2012 21:34:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: steve</title>
		<link>http://thevalerios.net/matt/2008/05/a-queued-backgroundworker/comment-page-1/#comment-74427</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Mon, 19 Dec 2011 23:54:15 +0000</pubDate>
		<guid isPermaLink="false">http://thevalerios.net/matt/?p=27#comment-74427</guid>
		<description>Thanks for this article.  I have a question. I would like to pass a function that takes in parameter, but in the argument line it doesn&#039;t allow you to pass parameter as it is a Action of T Implementation. I need my argument to be readily available so when the worker get to my item function it knows the object.  How would i do that?</description>
		<content:encoded><![CDATA[<p>Thanks for this article.  I have a question. I would like to pass a function that takes in parameter, but in the argument line it doesn&#8217;t allow you to pass parameter as it is a Action of T Implementation. I need my argument to be readily available so when the worker get to my item function it knows the object.  How would i do that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nanda</title>
		<link>http://thevalerios.net/matt/2008/05/a-queued-backgroundworker/comment-page-1/#comment-73324</link>
		<dc:creator>Nanda</dc:creator>
		<pubDate>Wed, 07 Dec 2011 14:32:24 +0000</pubDate>
		<guid isPermaLink="false">http://thevalerios.net/matt/?p=27#comment-73324</guid>
		<description>Hi,

Good article, I tried to reproduce this with ReportProgress too, but getting cross-thread exception (InvalidOperationException), can you update with a ReportProgress option too please?

Thanks,
Nanda</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Good article, I tried to reproduce this with ReportProgress too, but getting cross-thread exception (InvalidOperationException), can you update with a ReportProgress option too please?</p>
<p>Thanks,<br />
Nanda</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Target-Tracking with the Kinect, Part 3 &#8211; Target Tracking Improved, and Speech Recognition &#171; Mark Gilbert&#8217;s Blog</title>
		<link>http://thevalerios.net/matt/2008/05/a-queued-backgroundworker/comment-page-1/#comment-61459</link>
		<dc:creator>Target-Tracking with the Kinect, Part 3 &#8211; Target Tracking Improved, and Speech Recognition &#171; Mark Gilbert&#8217;s Blog</dc:creator>
		<pubDate>Sun, 11 Sep 2011 03:36:02 +0000</pubDate>
		<guid isPermaLink="false">http://thevalerios.net/matt/?p=27#comment-61459</guid>
		<description>[...] What I found was an unbelievably perfect solution from Matt Valerio with his post titled &quot;A Queued BackgroundWorker Using Generic Delegates&quot;.&#160; As the title suggests, he wrote a class called “QueuedBackgroundWorker” that would add [...]</description>
		<content:encoded><![CDATA[<p>[...] What I found was an unbelievably perfect solution from Matt Valerio with his post titled &quot;A Queued BackgroundWorker Using Generic Delegates&quot;.&#160; As the title suggests, he wrote a class called “QueuedBackgroundWorker” that would add [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: orichisonic</title>
		<link>http://thevalerios.net/matt/2008/05/a-queued-backgroundworker/comment-page-1/#comment-35822</link>
		<dc:creator>orichisonic</dc:creator>
		<pubDate>Mon, 17 Jan 2011 02:40:51 +0000</pubDate>
		<guid isPermaLink="false">http://thevalerios.net/matt/?p=27#comment-35822</guid>
		<description>hi，you first code have some question
public static void QueueWorkItem(
Queue&gt; queue,
Tin inputArgument,
Func, Tout&gt; doWork,
Action&gt; workerCompleted)

i think it have some indent problem,please paste it again ,thank you.</description>
		<content:encoded><![CDATA[<p>hi，you first code have some question<br />
public static void QueueWorkItem(<br />
Queue&gt; queue,<br />
Tin inputArgument,<br />
Func, Tout&gt; doWork,<br />
Action&gt; workerCompleted)</p>
<p>i think it have some indent problem,please paste it again ,thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: espinete</title>
		<link>http://thevalerios.net/matt/2008/05/a-queued-backgroundworker/comment-page-1/#comment-34909</link>
		<dc:creator>espinete</dc:creator>
		<pubDate>Wed, 05 Jan 2011 10:52:53 +0000</pubDate>
		<guid isPermaLink="false">http://thevalerios.net/matt/?p=27#comment-34909</guid>
		<description>any real samples to call Querys (executenonquery) Oracle ?? thanks</description>
		<content:encoded><![CDATA[<p>any real samples to call Querys (executenonquery) Oracle ?? thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Balan Sinniah</title>
		<link>http://thevalerios.net/matt/2008/05/a-queued-backgroundworker/comment-page-1/#comment-20011</link>
		<dc:creator>Balan Sinniah</dc:creator>
		<pubDate>Mon, 12 Jul 2010 00:25:12 +0000</pubDate>
		<guid isPermaLink="false">http://thevalerios.net/matt/?p=27#comment-20011</guid>
		<description>Hi Matt,
THanks for the posting. I find it very useful in my project. However, I am wondering if turning the SupportsCancellation flag on would stop the background worker.  I noticed that the cancelAsync is not implemented in this sample.  THe scenario is that I need to cancel the background worker when I close my winform ( while the background worker still performing a task). Please advice.

Thanks

Regards,
Balan Sinniah</description>
		<content:encoded><![CDATA[<p>Hi Matt,<br />
THanks for the posting. I find it very useful in my project. However, I am wondering if turning the SupportsCancellation flag on would stop the background worker.  I noticed that the cancelAsync is not implemented in this sample.  THe scenario is that I need to cancel the background worker when I close my winform ( while the background worker still performing a task). Please advice.</p>
<p>Thanks</p>
<p>Regards,<br />
Balan Sinniah</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris S.</title>
		<link>http://thevalerios.net/matt/2008/05/a-queued-backgroundworker/comment-page-1/#comment-10162</link>
		<dc:creator>Chris S.</dc:creator>
		<pubDate>Mon, 13 Jul 2009 14:05:12 +0000</pubDate>
		<guid isPermaLink="false">http://thevalerios.net/matt/?p=27#comment-10162</guid>
		<description>Matt, thanks for providing this example.

This solution is exactly what I needed for the application I&#039;m writing.  Your code required reading MSDN on my part, because I didn&#039;t understand lambda and parameter typing, but it forced me to learn.

Thanks.</description>
		<content:encoded><![CDATA[<p>Matt, thanks for providing this example.</p>
<p>This solution is exactly what I needed for the application I&#8217;m writing.  Your code required reading MSDN on my part, because I didn&#8217;t understand lambda and parameter typing, but it forced me to learn.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://thevalerios.net/matt/2008/05/a-queued-backgroundworker/comment-page-1/#comment-9459</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 15 May 2009 13:16:53 +0000</pubDate>
		<guid isPermaLink="false">http://thevalerios.net/matt/?p=27#comment-9459</guid>
		<description>Hi Matt. a colleague of mine and I were discussing the code sample you posted, and we were both wondering about your reasoning behind the design of this solution.  Why are you queing up individual background threads, instead of sending the data you want processed synchronously to one background thread?  Wouldn&#039;t queing up additional threads create a lot of unnecesary overhead?

Thanks!
-John</description>
		<content:encoded><![CDATA[<p>Hi Matt. a colleague of mine and I were discussing the code sample you posted, and we were both wondering about your reasoning behind the design of this solution.  Why are you queing up individual background threads, instead of sending the data you want processed synchronously to one background thread?  Wouldn&#8217;t queing up additional threads create a lot of unnecesary overhead?</p>
<p>Thanks!<br />
-John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://thevalerios.net/matt/2008/05/a-queued-backgroundworker/comment-page-1/#comment-9031</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 30 Apr 2009 15:59:28 +0000</pubDate>
		<guid isPermaLink="false">http://thevalerios.net/matt/?p=27#comment-9031</guid>
		<description>Awesome piece of code! I haven&#039;t played around with even the new .NET 3.0 features yet but it looks like there&#039;s some great new additions.

Cheers!</description>
		<content:encoded><![CDATA[<p>Awesome piece of code! I haven&#8217;t played around with even the new .NET 3.0 features yet but it looks like there&#8217;s some great new additions.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://thevalerios.net/matt/2008/05/a-queued-backgroundworker/comment-page-1/#comment-5580</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Wed, 14 Jan 2009 15:17:41 +0000</pubDate>
		<guid isPermaLink="false">http://thevalerios.net/matt/?p=27#comment-5580</guid>
		<description>HTML is eating some of the  signs.  For anyone looking at this page and wanting to grab the code:  If you View..Source (or whatever works to see the HTML code off your browser), you can get the complete code segments off the website.</description>
		<content:encoded><![CDATA[<p>HTML is eating some of the  signs.  For anyone looking at this page and wanting to grab the code:  If you View..Source (or whatever works to see the HTML code off your browser), you can get the complete code segments off the website.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

