vote up 1 vote down star

I have a Silverlight 2 application that calls a WCF Service that invokes a database stored procedure. The query could take several minutes to process and I want to provide a cancel button on the client UI.

How do I properly abort the WCF operation that was called? What is the best practice?

flag

75% accept rate

1 Answer

vote up 2 vote down

There's a nice article covering this subject. It uses a WinForms client but it should be applicable to Silverlight also.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.