<?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 : Using Coroutines with InvokeServerMethodAsync</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : Using Coroutines with InvokeServerMethodAsync</description>
  <pubDate>Mon, 13 Apr 2026 05:51:18 -700</pubDate>
  <lastBuildDate>Tue, 09 Nov 2010 04:03:11 -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=2285</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>Using Coroutines with InvokeServerMethodAsync : Well I found out my self. It is...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2285&amp;PID=9046#9046</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=508" rel="nofollow">tj62</a><br /><strong>Subject:</strong> 2285<br /><strong>Posted:</strong> 09-Nov-2010 at 4:03am<br /><br />Well I found out my self. It is just about yielding at the return value from InvokeServerMethodAsync(), for example:<DIV>&nbsp;</DIV><DIV>string returnText ="";</DIV><DIV><DIV></DIV><DIV></DIV>var &nbsp;googleTranslateOperation InvokeServerMethodAsyncString("C2NetServer.RpcMethods,C2NetServer",<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "GoogleTranslate",<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; args =&gt; returnText = args.blabla, langId,englishText);<BR>yield return googleTranslateOperation;<BR>yield return Coroutine.Return(returnText);</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </DIV>]]>
   </description>
   <pubDate>Tue, 09 Nov 2010 04:03:11 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2285&amp;PID=9046#9046</guid>
  </item> 
  <item>
   <title>Using Coroutines with InvokeServerMethodAsync : Is it possible to use Coroutines...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2285&amp;PID=9032#9032</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=508" rel="nofollow">tj62</a><br /><strong>Subject:</strong> 2285<br /><strong>Posted:</strong> 08-Nov-2010 at 7:53am<br /><br />Is it possible to use Coroutines with InvokeServerMethodAsync(). If so can someone send me an example of how to do that?<DIV></DIV>I actualy stumble over the callback ... how to yield on that.<DIV>&nbsp;</DIV><DIV>Regards</DIV><DIV>&nbsp; TJ</DIV>]]>
   </description>
   <pubDate>Mon, 08 Nov 2010 07:53:09 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2285&amp;PID=9032#9032</guid>
  </item> 
 </channel>
</rss>