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: 527

Filed under:
|
|

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

Related posts about silverlight-3.0

Related posts about wcf