<?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: Running sync methods in async way</title>
	<atom:link href="http://blog.cincura.net/228921-running-sync-methods-in-async-way/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cincura.net/228921-running-sync-methods-in-async-way/</link>
	<description>Taking something that can&#039;t be done, and then doing it.</description>
	<lastBuildDate>Wed, 08 Feb 2012 15:02:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: cincura.net</title>
		<link>http://blog.cincura.net/228921-running-sync-methods-in-async-way/#comment-1499</link>
		<dc:creator>cincura.net</dc:creator>
		<pubDate>Sat, 13 Jun 2009 11:23:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cincura.net/228921-running-sync-methods-in-async-way/#comment-1499</guid>
		<description>Well, the usage is pretty simple. With AsyncEnumberator, you need som BeginXxx and EndXxx method (and these are not available with sync methods). So to create these, you will just call the BeginHelper and pass same params as the classic BeginXxx has plus one other - your sync method to be run. The EndHelper is just same as using EndXxx method.So anywhere you are putting BeginXxx/EndXxx with AsyncEnumerator and wanna to use sync method, just wrap it into BeginHelper/EndHelper and you&#039;re done.</description>
		<content:encoded><![CDATA[<p>Well, the usage is pretty simple. With AsyncEnumberator, you need som BeginXxx and EndXxx method (and these are not available with sync methods). So to create these, you will just call the BeginHelper and pass same params as the classic BeginXxx has plus one other &#8211; your sync method to be run. The EndHelper is just same as using EndXxx method.So anywhere you are putting BeginXxx/EndXxx with AsyncEnumerator and wanna to use sync method, just wrap it into BeginHelper/EndHelper and you&#8217;re done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lsb@bitmaven.com</title>
		<link>http://blog.cincura.net/228921-running-sync-methods-in-async-way/#comment-1498</link>
		<dc:creator>lsb@bitmaven.com</dc:creator>
		<pubDate>Wed, 10 Jun 2009 21:40:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cincura.net/228921-running-sync-methods-in-async-way/#comment-1498</guid>
		<description>The AsyncEnumeratorSyncHelper looks useful but you didn&#039;t include an example of how to invoke it.  A basic example that takes parameters and returns a result would be very helpful.  Thaks...</description>
		<content:encoded><![CDATA[<p>The AsyncEnumeratorSyncHelper looks useful but you didn&#8217;t include an example of how to invoke it.  A basic example that takes parameters and returns a result would be very helpful.  Thaks&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

