How to cancel a long running WCF requests from silverlight 3
Posted
by Kim
on Stack Overflow
See other posts from Stack Overflow
or by Kim
Published on 2010-03-11T03:59:28Z
Indexed on
2010/03/29
20:53 UTC
Read the original article
Hit count: 559
I have a silverlight 3 application that makes several long running requests to a WCF service. While these calls are in progress, any other later WCF calls are queued by silverlight 3 because it will only do two requests at the same time, thus making the application suck :(
How can I cancel the long running blocking requests?
© Stack Overflow or respective owner