<?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>chillijam.co.uk &#187; .NET</title>
	<atom:link href="http://chillijam.co.uk/tag/net/feed/" rel="self" type="application/rss+xml" />
	<link>http://chillijam.co.uk</link>
	<description></description>
	<lastBuildDate>Thu, 28 Jan 2021 10:32:11 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.38</generator>
	<item>
		<title>Multiple Async calls to a web service</title>
		<link>http://chillijam.co.uk/2008/05/21/multiple-async-calls-to-a-web-service/</link>
		<comments>http://chillijam.co.uk/2008/05/21/multiple-async-calls-to-a-web-service/#comments</comments>
		<pubDate>Wed, 21 May 2008 09:53:27 +0000</pubDate>
		<dc:creator><![CDATA[Marc]]></dc:creator>
				<category><![CDATA[microsoft]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Async calling]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Web Services]]></category>

		<guid isPermaLink="false">http://chillijam.co.uk/?p=17</guid>
		<description><![CDATA[I&#8217;m currently working on a project that requires making several concurrent asynchronous calls to a web service.  Now, the service work fine synchrounously, but change the pattern slightly and I was getting the following error. &#8220;There was an error during asynchronous processing. Unique state object is required for multiple asynchronous simultaneous operations to be outstanding.&#8221; &#8230; <a href="http://chillijam.co.uk/2008/05/21/multiple-async-calls-to-a-web-service/" class="more-link">Continue reading <span class="screen-reader-text">Multiple Async calls to a web service</span> <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m currently working on a project that requires making several concurrent asynchronous calls to a web service.  Now, the service work fine synchrounously, but change the pattern slightly and I was getting the following error.</p>
<p style="padding-left: 30px;"><em>&#8220;There was an error during asynchronous processing. Unique state object is required for multiple asynchronous simultaneous operations to be outstanding.&#8221;</em></p>
<p>The solution, courtesy of a post on the <a href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=586830&amp;SiteID=1" target="_blank">MSDN forums</a> was to pass a new GUID as a state object.</p>
<p>Problem solved.</p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://chillijam.co.uk/2008/05/21/multiple-async-calls-to-a-web-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
