(Assuming a WCF method called \"MyFunction\")
Currently, to support canceling a WCF request, I\'m using the BeginMyFunction/EndMyFunction methods generated by svcuti
.Net 4.5
Something similar can be implemented in older .Net frameworks too where CancellationToken is not yet available.