<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : Increase timeout of InvokeServerMethod</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : Increase timeout of InvokeServerMethod</description>
  <pubDate>Tue, 14 Apr 2026 19:17:10 -700</pubDate>
  <lastBuildDate>Mon, 23 Apr 2012 11:55:47 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=3397</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>Increase timeout of InvokeServerMethod : Unfortunately, the ability to...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3397&amp;PID=13375#13375</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=912" rel="nofollow">DenisK</a><br /><strong>Subject:</strong> 3397<br /><strong>Posted:</strong> 23-Apr-2012 at 11:55am<br /><br /><div>Unfortunately, the ability to set the binding's SendTimeout on a per request basis is not available.</div><div><br></div>I'm assuming the values on EntityQuery that you were referring to is the CommandTimeout. You can't use this timeout for RPC as this is a different timeout for a different purpose.<div><br></div><div>There are different timeouts in the .NET world.</div><div><br></div><div><div>1. Database timeout - Can be set by using EntityQuery.CommandTimeout</div><div><br></div><div>2. Transaction timeout - Can be set by using the TransactionSettings which in turn passed into the QueryStrategy</div><div><br></div><div>3. WCF communication timeouts - These are the sendTimeout, receiveTimeout, etc settings in the .config file.</div><div><br></div><div>4. and finally IIS timeouts</div></div><div><br></div><div><span style="text-align: left; : rgb251, 251, 253; ">Here's a section on our DRC that may help you better understand the different timeouts.&nbsp;</span><a href="http://drc.ideablade.com/xwiki/bin/view/&#068;ocumentati&#111;n/understand-timeouts" target="_blank">http://drc.ideablade.com/xwiki/bin/view/Documentation/understand-timeouts</a></div>]]>
   </description>
   <pubDate>Mon, 23 Apr 2012 11:55:47 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3397&amp;PID=13375#13375</guid>
  </item> 
  <item>
   <title>Increase timeout of InvokeServerMethod : That&amp;#039;s what I did initially,...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3397&amp;PID=13370#13370</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=780" rel="nofollow">jmpinchot</a><br /><strong>Subject:</strong> 3397<br /><strong>Posted:</strong> 20-Apr-2012 at 12:53pm<br /><br />That's what I did initially, and yes the override gets called. I guess I could by default set the TimeSpan to something larger than a minute but that would affect every call. But really what I'm looking for is the ability to set this on a per request basis. I know I can overwrite the values on an EntityQuery however, since this is an InvokeServerMethod call, I'm unsure how to proceed.]]>
   </description>
   <pubDate>Fri, 20 Apr 2012 12:53:32 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3397&amp;PID=13370#13370</guid>
  </item> 
  <item>
   <title>Increase timeout of InvokeServerMethod :  Hi jmpinchot,Here&amp;#039;s a sample...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3397&amp;PID=13364#13364</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=912" rel="nofollow">DenisK</a><br /><strong>Subject:</strong> 3397<br /><strong>Posted:</strong> 19-Apr-2012 at 5:20pm<br /><br />Hi jmpinchot,<div><br></div><div>Here's a sample solution showing you how to set the binding's SendTimeout in a custom ServiceProxyEvents and what happens if the server method call from the client is within or exceeds that timeout.</div><div><br></div><div>Hope it helps.</div><div><br></div><div><a href="http://www.ideablade.com/forum/uploads/912/Wpf_T11792.zip" target="_blank">uploads/912/Wpf_T11792.zip</a></div>]]>
   </description>
   <pubDate>Thu, 19 Apr 2012 17:20:23 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3397&amp;PID=13364#13364</guid>
  </item> 
  <item>
   <title>Increase timeout of InvokeServerMethod : How do you increase the timeout...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3397&amp;PID=13350#13350</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=780" rel="nofollow">jmpinchot</a><br /><strong>Subject:</strong> 3397<br /><strong>Posted:</strong> 19-Apr-2012 at 7:45am<br /><br />How do you increase the timeout of a synchronous InvokeServerMethod call?<div><br></div><div>I've tried creating my own custom ServerProxyEvents class, but it does not seem to be called when calling a remote server method.</div>]]>
   </description>
   <pubDate>Thu, 19 Apr 2012 07:45:18 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3397&amp;PID=13350#13350</guid>
  </item> 
 </channel>
</rss>