<?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: Async Operations in Wcf: IAsyncResult Model (Client-Side)</title>
	<atom:link href="http://www.danrigsby.com/blog/index.php/2008/03/20/async-operations-in-wcf-iasyncresult-model-client-side/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.danrigsby.com/blog/index.php/2008/03/20/async-operations-in-wcf-iasyncresult-model-client-side/</link>
	<description>Developer.Speaker.Blogger</description>
	<lastBuildDate>Fri, 05 Mar 2010 16:29:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Shailendra</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/03/20/async-operations-in-wcf-iasyncresult-model-client-side/comment-page-1/#comment-1473</link>
		<dc:creator>Shailendra</dc:creator>
		<pubDate>Fri, 14 Nov 2008 10:38:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/index.php/2008/03/20/async-operations-in-wcf-iasyncresult-model-client-side/#comment-1473</guid>
		<description>I am facing some issues while generating prxies using VS2008 SP1 AddService Reference Wizard. The code it generates creates a DataContract Twice

/// 
    [System.CodeDom.Compiler.GeneratedCodeAttribute(&quot;System.Xml&quot;, &quot;2.0.50727.3053&quot;)]
    [System.SerializableAttribute()]
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.ComponentModel.DesignerCategoryAttribute(&quot;code&quot;)]
    [System.Xml.Serialization.XmlTypeAttribute(Namespace=&quot;http://schemas.datacontract.org/2004/07/GNWRPDataDefinition.WorkMenu&quot;)]
    public partial class DataCriteria : object, System.ComponentModel.INotifyPropertyChanged {}


[System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.CodeDom.Compiler.GeneratedCodeAttribute(&quot;System.Runtime.Serialization&quot;, &quot;3.0.0.0&quot;)]
    [System.Runtime.Serialization.DataContractAttribute(Name=&quot;WorkMenuCriteria&quot;, Namespace=&quot;http://schemas.datacontract.org/2004/07/GNWRPDataDefinition.WorkMenu&quot;)]
    [System.SerializableAttribute()]
    public partial class DatContract: object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {}

Do u think its the issue with code generator GeneratedCodeAttribute(&quot;System.Xml&quot;, &quot;2.0.50727.3053&quot;) is the issue?</description>
		<content:encoded><![CDATA[<p>I am facing some issues while generating prxies using VS2008 SP1 AddService Reference Wizard. The code it generates creates a DataContract Twice</p>
<p>///<br />
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.3053")]<br />
    [System.SerializableAttribute()]<br />
    [System.Diagnostics.DebuggerStepThroughAttribute()]<br />
    [System.ComponentModel.DesignerCategoryAttribute("code")]<br />
    [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.datacontract.org/2004/07/GNWRPDataDefinition.WorkMenu")]<br />
    public partial class DataCriteria : object, System.ComponentModel.INotifyPropertyChanged {}</p>
<p>[System.Diagnostics.DebuggerStepThroughAttribute()]<br />
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]<br />
    [System.Runtime.Serialization.DataContractAttribute(Name="WorkMenuCriteria", Namespace="http://schemas.datacontract.org/2004/07/GNWRPDataDefinition.WorkMenu")]<br />
    [System.SerializableAttribute()]<br />
    public partial class DatContract: object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {}</p>
<p>Do u think its the issue with code generator GeneratedCodeAttribute(&#8220;System.Xml&#8221;, &#8220;2.0.50727.3053&#8243;) is the issue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Rigsby &#187; Async Operations in Wcf: Handling Exceptions</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/03/20/async-operations-in-wcf-iasyncresult-model-client-side/comment-page-1/#comment-832</link>
		<dc:creator>Dan Rigsby &#187; Async Operations in Wcf: Handling Exceptions</dc:creator>
		<pubDate>Thu, 28 Aug 2008 18:59:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/index.php/2008/03/20/async-operations-in-wcf-iasyncresult-model-client-side/#comment-832</guid>
		<description>[...] Dan Rigsby on August 28th, 2008  Async Operations in Wcf Series: Part 1: Event Based Model Part 2: IAsyncResult Model (Client-Side) Part 3: IAsyncResult Model (Server-Side) Part 4: Canceling Operations Part 5: Handling [...]</description>
		<content:encoded><![CDATA[<p>[...] Dan Rigsby on August 28th, 2008  Async Operations in Wcf Series: Part 1: Event Based Model Part 2: IAsyncResult Model (Client-Side) Part 3: IAsyncResult Model (Server-Side) Part 4: Canceling Operations Part 5: Handling [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/03/20/async-operations-in-wcf-iasyncresult-model-client-side/comment-page-1/#comment-407</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 07 Apr 2008 22:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/index.php/2008/03/20/async-operations-in-wcf-iasyncresult-model-client-side/#comment-407</guid>
		<description>Ah yes, I discovered this while playing around a little more yesterday....  by setting the sendTimeout I managed to overcome the the error.

Thanks again</description>
		<content:encoded><![CDATA[<p>Ah yes, I discovered this while playing around a little more yesterday&#8230;.  by setting the sendTimeout I managed to overcome the the error.</p>
<p>Thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rayman</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/03/20/async-operations-in-wcf-iasyncresult-model-client-side/comment-page-1/#comment-405</link>
		<dc:creator>Rayman</dc:creator>
		<pubDate>Mon, 07 Apr 2008 21:47:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/index.php/2008/03/20/async-operations-in-wcf-iasyncresult-model-client-side/#comment-405</guid>
		<description>You can achive the timeout problem by modifying the web.config (or app.config) on the server side. Here is an example:


   
      
      
    
         
    
   
  

  
  
     
	
          
     
  
  
</description>
		<content:encoded><![CDATA[<p>You can achive the timeout problem by modifying the web.config (or app.config) on the server side. Here is an example:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/03/20/async-operations-in-wcf-iasyncresult-model-client-side/comment-page-1/#comment-402</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sun, 06 Apr 2008 23:32:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/index.php/2008/03/20/async-operations-in-wcf-iasyncresult-model-client-side/#comment-402</guid>
		<description>Hi Dan,

I&#039;ve been playing around with your code for the client and server side asynch calling and have them working nicely however I&#039;ve increased the sleep time on your service to be greater than 1 minute as I believed the asynch calling would overcome timeouts but both of your examples return timeout errors...

&quot;The HTTP request to &#039;http://localhost:8080/MyService&#039; has exceeded the allotted timeout of 00:00:59.9780000. The time allotted to this operation may have been a portion of a longer timeout.&quot;

How do I over come this, am I missing the point of the asynch calling...</description>
		<content:encoded><![CDATA[<p>Hi Dan,</p>
<p>I&#8217;ve been playing around with your code for the client and server side asynch calling and have them working nicely however I&#8217;ve increased the sleep time on your service to be greater than 1 minute as I believed the asynch calling would overcome timeouts but both of your examples return timeout errors&#8230;</p>
<p>&#8220;The HTTP request to &#8216;http://localhost:8080/MyService&#8217; has exceeded the allotted timeout of 00:00:59.9780000. The time allotted to this operation may have been a portion of a longer timeout.&#8221;</p>
<p>How do I over come this, am I missing the point of the asynch calling&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Rigsby &#187; Async Operations in Wcf: Canceling Operations</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/03/20/async-operations-in-wcf-iasyncresult-model-client-side/comment-page-1/#comment-382</link>
		<dc:creator>Dan Rigsby &#187; Async Operations in Wcf: Canceling Operations</dc:creator>
		<pubDate>Mon, 31 Mar 2008 04:11:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/index.php/2008/03/20/async-operations-in-wcf-iasyncresult-model-client-side/#comment-382</guid>
		<description>[...] Async Operations in Wcf: IAsyncResult Model (Client-Side) [...]</description>
		<content:encoded><![CDATA[<p>[...] Async Operations in Wcf: IAsyncResult Model (Client-Side) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Rigsby &#187; Async Operations in Wcf: Event Based Model</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/03/20/async-operations-in-wcf-iasyncresult-model-client-side/comment-page-1/#comment-376</link>
		<dc:creator>Dan Rigsby &#187; Async Operations in Wcf: Event Based Model</dc:creator>
		<pubDate>Mon, 31 Mar 2008 03:40:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/index.php/2008/03/20/async-operations-in-wcf-iasyncresult-model-client-side/#comment-376</guid>
		<description>[...] Async Operations in Wcf: IAsyncResult Model (Client-Side) [...]</description>
		<content:encoded><![CDATA[<p>[...] Async Operations in Wcf: IAsyncResult Model (Client-Side) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Rigsby &#187; Async Operations in Wcf: IAsyncResult Model (Server-Side)</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/03/20/async-operations-in-wcf-iasyncresult-model-client-side/comment-page-1/#comment-374</link>
		<dc:creator>Dan Rigsby &#187; Async Operations in Wcf: IAsyncResult Model (Server-Side)</dc:creator>
		<pubDate>Mon, 31 Mar 2008 03:40:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/index.php/2008/03/20/async-operations-in-wcf-iasyncresult-model-client-side/#comment-374</guid>
		<description>[...] Async Operations in Wcf: IAsyncResult Model (Client-Side) [...]</description>
		<content:encoded><![CDATA[<p>[...] Async Operations in Wcf: IAsyncResult Model (Client-Side) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
