Hi! I've been trying to figure out how to use System.Threading.Tasks to asynchronously invoke a synchronous WCF method while supporting cancellation, error handling, result-return and multiple continuations.
I've come across a number of incomplete demos but they all seem to fall a bit short. As an example I can't use cooperative cancellation since all of my WCF methods are atomic and relatively long lived.
Anyway, I'd appreciate any help in this regard....