<?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 : Coroutines</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : Coroutines</description>
  <pubDate>Tue, 12 May 2026 20:32:57 -700</pubDate>
  <lastBuildDate>Thu, 31 Oct 2013 18:03:49 -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=4586</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>Coroutines : Here&amp;#039;s some info on Coroutines...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4586&amp;PID=17196#17196</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 4586<br /><strong>Posted:</strong> 31-Oct-2013 at 6:03pm<br /><br />Here's some info on Coroutines - <a href="http://drc.ideablade.com/xwiki/bin/view/&#068;ocumentati&#111;n/serial-coroutine-flow" target="_blank">http://drc.ideablade.com/xwiki/bin/view/Documentation/serial-coroutine-flow</A>.]]>
   </description>
   <pubDate>Thu, 31 Oct 2013 18:03:49 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4586&amp;PID=17196#17196</guid>
  </item> 
  <item>
   <title>Coroutines : can one class yield control back...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4586&amp;PID=17195#17195</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=202" rel="nofollow">BillG</a><br /><strong>Subject:</strong> 4586<br /><strong>Posted:</strong> 31-Oct-2013 at 5:44pm<br /><br />can one class yield control back to another. For example i&nbsp; have a class called MemberEditViewModel. It has a method called CalculateBalanceOwing. It sets the IsBusy property to true and then calls the MemberServices class which has a method called CalculateBalanceOwing which is a coroutine. Can the method in MemberServices yield control back to the ViewModel class? So the call to the coroutine is in one class and the coroutine itself is in another class. Both are on the same client layer.<br><br>Bill]]>
   </description>
   <pubDate>Thu, 31 Oct 2013 17:44:23 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4586&amp;PID=17195#17195</guid>
  </item> 
  <item>
   <title>Coroutines : You definitely can&amp;#039;t yield...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4586&amp;PID=17193#17193</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 4586<br /><strong>Posted:</strong> 31-Oct-2013 at 3:50pm<br /><br />You definitely can't yield control from the server back to the client.&nbsp; <DIV>&nbsp;</DIV><DIV>If you need a progress indicator, then I suppose a Coroutine on the client which makes async calls to the server - the same calls you were doing synchronously within the RPC method - may work.</DIV>]]>
   </description>
   <pubDate>Thu, 31 Oct 2013 15:50:54 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4586&amp;PID=17193#17193</guid>
  </item> 
  <item>
   <title>Coroutines : I am using DevForce 2010 on .net...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4586&amp;PID=17188#17188</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=202" rel="nofollow">BillG</a><br /><strong>Subject:</strong> 4586<br /><strong>Posted:</strong> 31-Oct-2013 at 9:29am<br /><br />I am using DevForce 2010 on .net 4.0 and Intersoft ClientUI controls. I want to display a busy indicator on the form while a remote server method is running. In the remote server method i am using synchronous calls. I need to change these to asynchronous calls because i need to yield control back to the UI to display the busy indicator. But the method on the server is made up of multiple calls that have to be executed in sequence. Can i use a coroutine on the server and have it yield control back to the client for displaying my busy indicator or does the coroutine have to run on the client side without any remote server calls?<br><br>Bill<br><br>]]>
   </description>
   <pubDate>Thu, 31 Oct 2013 09:29:53 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4586&amp;PID=17188#17188</guid>
  </item> 
 </channel>
</rss>