<?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: Canceling Operations</title>
	<atom:link href="http://www.danrigsby.com/blog/index.php/2008/03/30/async-operations-in-wcf-canceling-operations/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.danrigsby.com/blog/index.php/2008/03/30/async-operations-in-wcf-canceling-operations/</link>
	<description>Developer.Speaker.Blogger</description>
	<lastBuildDate>Sun, 14 Aug 2011 06:09:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Henrik</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/03/30/async-operations-in-wcf-canceling-operations/comment-page-1/#comment-3314</link>
		<dc:creator>Henrik</dc:creator>
		<pubDate>Thu, 13 Aug 2009 08:11:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/index.php/2008/03/30/async-operations-in-wcf-canceling-operations/#comment-3314</guid>
		<description>Hi Dan and Nemphys

I also have the problem with timeout one minute after the call begun when client cancles? (VS2008 SP1 Fx 3.5 SP1)

Do you guys came up with any solution for this problem?

Thanks for great articles!

/Henrik</description>
		<content:encoded><![CDATA[<p>Hi Dan and Nemphys</p>
<p>I also have the problem with timeout one minute after the call begun when client cancles? (VS2008 SP1 Fx 3.5 SP1)</p>
<p>Do you guys came up with any solution for this problem?</p>
<p>Thanks for great articles!</p>
<p>/Henrik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nemphys</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/03/30/async-operations-in-wcf-canceling-operations/comment-page-1/#comment-3272</link>
		<dc:creator>Nemphys</dc:creator>
		<pubDate>Wed, 01 Jul 2009 23:27:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/index.php/2008/03/30/async-operations-in-wcf-canceling-operations/#comment-3272</guid>
		<description>Hi Dan,

great work on the classes you made, but there is a flaw (at least with 3.5sp1, with which I am trying):
The cancellation works fine, but after 1 minute (or the configured timeout value of the channel), the callback function on the client throws a timeout exception. 
I thought of just handling this exception, but I don&#039;t think this would be the best practice (since, the client will be actually waiting for a reply for each canceled call; if you try to even close the channel during this time, it just blocks waiting for the call to complete).
Do you think there is a better practice (eg. notify the client by issuing the callback immediately after cancel with a null or something)?

Since you are apparently the only one on the net seriously dealing with the cancellation of asyc wcf calls, your help would be mostly appreciated.</description>
		<content:encoded><![CDATA[<p>Hi Dan,</p>
<p>great work on the classes you made, but there is a flaw (at least with 3.5sp1, with which I am trying):<br />
The cancellation works fine, but after 1 minute (or the configured timeout value of the channel), the callback function on the client throws a timeout exception.<br />
I thought of just handling this exception, but I don&#8217;t think this would be the best practice (since, the client will be actually waiting for a reply for each canceled call; if you try to even close the channel during this time, it just blocks waiting for the call to complete).<br />
Do you think there is a better practice (eg. notify the client by issuing the callback immediately after cancel with a null or something)?</p>
<p>Since you are apparently the only one on the net seriously dealing with the cancellation of asyc wcf calls, your help would be mostly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anoosh</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/03/30/async-operations-in-wcf-canceling-operations/comment-page-1/#comment-3043</link>
		<dc:creator>Anoosh</dc:creator>
		<pubDate>Tue, 28 Apr 2009 03:55:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/index.php/2008/03/30/async-operations-in-wcf-canceling-operations/#comment-3043</guid>
		<description>Hi Dan,

Great blog. Thanks.  Getting AsyncStatus is good but any thoughts on how one would implement a progress interface for the Async operation?  I am invoking an Async file transfer as part of the Async operation and would like to respond to requests for progresss and display in UI on the client side.</description>
		<content:encoded><![CDATA[<p>Hi Dan,</p>
<p>Great blog. Thanks.  Getting AsyncStatus is good but any thoughts on how one would implement a progress interface for the Async operation?  I am invoking an Async file transfer as part of the Async operation and would like to respond to requests for progresss and display in UI on the client side.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: heinsk</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/03/30/async-operations-in-wcf-canceling-operations/comment-page-1/#comment-1751</link>
		<dc:creator>heinsk</dc:creator>
		<pubDate>Sat, 10 Jan 2009 16:34:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/index.php/2008/03/30/async-operations-in-wcf-canceling-operations/#comment-1751</guid>
		<description>Hi Dan,

What´s happend when implements this example in not Service Host ?, example: publish WCF Service on the Web.

How to maintenance single instance for PendingOperationController?</description>
		<content:encoded><![CDATA[<p>Hi Dan,</p>
<p>What´s happend when implements this example in not Service Host ?, example: publish WCF Service on the Web.</p>
<p>How to maintenance single instance for PendingOperationController?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robby</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/03/30/async-operations-in-wcf-canceling-operations/comment-page-1/#comment-1543</link>
		<dc:creator>Robby</dc:creator>
		<pubDate>Sat, 29 Nov 2008 19:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/index.php/2008/03/30/async-operations-in-wcf-canceling-operations/#comment-1543</guid>
		<description>How would I use your code if I have a service function that has no inputs?</description>
		<content:encoded><![CDATA[<p>How would I use your code if I have a service function that has no inputs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/03/30/async-operations-in-wcf-canceling-operations/comment-page-1/#comment-742</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 29 Jul 2008 17:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/index.php/2008/03/30/async-operations-in-wcf-canceling-operations/#comment-742</guid>
		<description>Hi Dan,
excellent ! Please cast your contributions in a book. I will be one of the first buyer !
Thanks,
Alex</description>
		<content:encoded><![CDATA[<p>Hi Dan,<br />
excellent ! Please cast your contributions in a book. I will be one of the first buyer !<br />
Thanks,<br />
Alex</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/30/async-operations-in-wcf-canceling-operations/comment-page-1/#comment-386</link>
		<dc:creator>Dan Rigsby &#187; Async Operations in Wcf: Event Based Model</dc:creator>
		<pubDate>Mon, 31 Mar 2008 04:16:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/index.php/2008/03/30/async-operations-in-wcf-canceling-operations/#comment-386</guid>
		<description>[...] Async Operations in Wcf: Canceling Operations [...]</description>
		<content:encoded><![CDATA[<p>[...] Async Operations in Wcf: Canceling Operations [...]</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/30/async-operations-in-wcf-canceling-operations/comment-page-1/#comment-385</link>
		<dc:creator>Dan Rigsby &#187; Async Operations in Wcf: IAsyncResult Model (Server-Side)</dc:creator>
		<pubDate>Mon, 31 Mar 2008 04:16:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/index.php/2008/03/30/async-operations-in-wcf-canceling-operations/#comment-385</guid>
		<description>[...] Async Operations in Wcf: Canceling Operations [...]</description>
		<content:encoded><![CDATA[<p>[...] Async Operations in Wcf: Canceling Operations [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Rigsby &#187; Async Operations in Wcf: IAsyncResult Model (Client-Side)</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/03/30/async-operations-in-wcf-canceling-operations/comment-page-1/#comment-384</link>
		<dc:creator>Dan Rigsby &#187; Async Operations in Wcf: IAsyncResult Model (Client-Side)</dc:creator>
		<pubDate>Mon, 31 Mar 2008 04:15:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/index.php/2008/03/30/async-operations-in-wcf-canceling-operations/#comment-384</guid>
		<description>[...] Async Operations in Wcf: Canceling Operations [...]</description>
		<content:encoded><![CDATA[<p>[...] Async Operations in Wcf: Canceling Operations [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

